org.apache.commons.scaffold.lang
Class PropertiesException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.commons.scaffold.lang.ChainedException
              extended byorg.apache.commons.scaffold.lang.BaseException
                  extended byorg.apache.commons.scaffold.lang.ResourceException
                      extended byorg.apache.commons.scaffold.lang.PropertiesException
All Implemented Interfaces:
java.io.Serializable

public class PropertiesException
extends ResourceException

Exception for error populating object.

Version:
$Revision: 1.5 $ $Date: 2004/03/21 21:10:42 $
See Also:
Serialized Form

Field Summary
static java.lang.String MESSAGE
           
 
Constructor Summary
PropertiesException()
           
PropertiesException(java.lang.String message)
           
PropertiesException(java.lang.String message, java.lang.Throwable cause)
           
PropertiesException(java.lang.Throwable cause)
           
 
Methods inherited from class org.apache.commons.scaffold.lang.ChainedException
getCause, getCauseMessage, getMessage, isCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

MESSAGE

public static final java.lang.String MESSAGE
See Also:
Constant Field Values
Constructor Detail

PropertiesException

public PropertiesException(java.lang.String message)

PropertiesException

public PropertiesException(java.lang.String message,
                           java.lang.Throwable cause)

PropertiesException

public PropertiesException(java.lang.Throwable cause)

PropertiesException

public PropertiesException()


Copyright © 2002-2005 The Apache Software Foundation. All Rights Reserved.