XProperties 1.0.3

at.spardat.properties
Class PropertyInitException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byat.spardat.properties.PropertyInitException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
PropertyFileNotFoundException

public class PropertyInitException
extends java.lang.RuntimeException

this exception is thrown if the property system was unable to correctly initialize

See Also:
Serialized Form

Constructor Summary
PropertyInitException(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

PropertyInitException

public PropertyInitException(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