org.apache.commons.scaffold.lang
Class ResourceException

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
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
           
 
Constructor Summary
ResourceException()
           
ResourceException(java.lang.String message)
           
ResourceException(java.lang.String message, java.lang.Throwable cause)
           
ResourceException(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

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.