at.spardat.properties
Class PropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
at.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
| 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 |
PropertyException
public PropertyException(java.lang.String message)
PropertyException
public PropertyException(java.lang.String message,
java.lang.Exception e)
getTargetException
public java.lang.Exception getTargetException()
getMessage
public java.lang.String getMessage()