PropertySetParseException Class
- public class PropertySetParseException
extends ApplicationException
Application exception to signal a parsing problem while reading
a Property Set definition from an XML document.
-
Hierarchy
-
Object
Throwable
Exception
ApplicationException
PropertySetParseException
-
All Implemented Interfaces
-
Serializable
Methods from java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertySetParseException
public PropertySetParseException()
PropertySetParseException
public PropertySetParseException(String
message,
Throwable
t)
- Constructor
PropertySetParseException
public PropertySetParseException(String
message)
- Constructor
PropertySetParseException
public PropertySetParseException(Throwable
t)
- Constructor