jade.util
Class PropertiesException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--jade.util.PropertiesException

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.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, 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.