net.sf.jxls.exception
Class ParsePropertyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.jxls.exception.ParsePropertyException
All Implemented Interfaces:
java.io.Serializable

public class ParsePropertyException
extends java.lang.RuntimeException

This exception is thrown by XLSTransformer when problems with dynamic properties access occur

Author:
Leonid Vysochyn
See Also:
Serialized Form

Constructor Summary
ParsePropertyException()
           
ParsePropertyException(java.lang.String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParsePropertyException

public ParsePropertyException()

ParsePropertyException

public ParsePropertyException(java.lang.String message)


Copyright © 2005-2013 jXLS Team. All Rights Reserved.