Package jade.util
Class PropertiesException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jade.util.PropertiesException
-
- All Implemented Interfaces:
Serializable
public class PropertiesException extends RuntimeException
Property related exception.- Author:
- Dick Cowan - HP Labs
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PropertiesException()Constructs a ApplicationException with null as its error detail message.PropertiesException(String aMessage)Construct a PropertiesException with the specified detail message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PropertiesException
public PropertiesException()
Constructs a ApplicationException with null as its error detail message.
-
PropertiesException
public PropertiesException(String aMessage)
Construct a PropertiesException with the specified detail message.- Parameters:
aMessage- The detail message.
-
-