jade.util
Class PropertiesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by jade.util.PropertiesException
All Implemented Interfaces:
java.io.Serializable

public class PropertiesException
extends java.lang.RuntimeException

Property related exception.

Author:
Dick Cowan - HP Labs
See Also:
Serialized Form

Constructor Summary
PropertiesException()
          Constructs a ApplicationException with null as its error detail message.
PropertiesException(java.lang.String aMessage)
          Construct a PropertiesException with the specified detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

PropertiesException

public PropertiesException()
Constructs a ApplicationException with null as its error detail message.


PropertiesException

public PropertiesException(java.lang.String aMessage)
Construct a PropertiesException with the specified detail message.

Parameters:
aMessage - The detail message.


These are the official JADE API. For these API backward compatibility is guaranteed accross JADE versions