XProperties 1.0.3

at.spardat.properties
Class PropertyException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byat.spardat.properties.PropertyException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
PropertySyntaxException, PropertyUnknownException

public abstract class PropertyException
extends java.lang.Exception

abstract base class for all exceptions of this package

See Also:
Serialized Form

Constructor Summary
PropertyException(java.lang.String message)
           
PropertyException(java.lang.String message, java.lang.Exception e)
           
 
Method Summary
 java.lang.String getMessage()
           
 java.lang.Exception getTargetException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

PropertyException

public PropertyException(java.lang.String message)

PropertyException

public PropertyException(java.lang.String message,
                         java.lang.Exception e)
Method Detail

getTargetException

public java.lang.Exception getTargetException()

getMessage

public java.lang.String getMessage()

XProperties 1.0.3