org.apache.commons.scaffold.lang
Class PropertiesException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.commons.scaffold.lang.ChainedException
org.apache.commons.scaffold.lang.BaseException
org.apache.commons.scaffold.lang.ResourceException
org.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
|
| 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 |
MESSAGE
public static final java.lang.String MESSAGE
- See Also:
- Constant Field Values
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.