org.apache.commons.scaffold.lang
Class ResourceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.commons.scaffold.lang.ChainedException
              extended by org.apache.commons.scaffold.lang.BaseException
                  extended by org.apache.commons.scaffold.lang.ResourceException
All Implemented Interfaces:
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: 155464 $ $Date: 2005-02-26 13:26:54 +0000 (Sat, 26 Feb 2005) $
Author:
Ted Husted
See Also:
Serialized Form

Field Summary
static String MESSAGE
           
 
Constructor Summary
ResourceException()
           
ResourceException(String message)
           
ResourceException(String message, Throwable cause)
           
ResourceException(Throwable cause)
           
 
Method Summary
 
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 String MESSAGE
See Also:
Constant Field Values
Constructor Detail

ResourceException

public ResourceException(String message)

ResourceException

public ResourceException(String message,
                         Throwable cause)

ResourceException

public ResourceException(Throwable cause)

ResourceException

public ResourceException()


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.