org.apache.commons.scaffold.lang
Class ResourceException
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
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- PropertiesException
- public class ResourceException
- extends BaseException
Exception for error accessing a resource needed for a model
(index file, data file).
- Version:
- $Revision: 1.4 $ $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
ResourceException
public ResourceException(java.lang.String message)
ResourceException
public ResourceException(java.lang.String message,
java.lang.Throwable cause)
ResourceException
public ResourceException(java.lang.Throwable cause)
ResourceException
public ResourceException()
Copyright © 2002-2005 The Apache Software Foundation. All Rights Reserved.