org.jtools.activate
Class ResourceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jtools.activate.ResourceException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- InstantiateException
public class ResourceException
- extends Exception
TODO type-description
- Author:
- Rainer Noack
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
COMPOUND
public static final String COMPOUND
- See Also:
- Constant Field Values
CLASSNOTFOUND
public static final String CLASSNOTFOUND
- See Also:
- Constant Field Values
CLASSCAST
public static final String CLASSCAST
- See Also:
- Constant Field Values
IO
public static final String IO
- See Also:
- Constant Field Values
NOMORERESOURCE
public static final String NOMORERESOURCE
- See Also:
- Constant Field Values
ResourceException
public ResourceException(ActivatableInfo resource)
ResourceException
public ResourceException(String resourceName)
ResourceException
public ResourceException(ActivatableInfo resource,
Throwable cause)
ResourceException
public ResourceException(String resourceName,
Throwable cause)
getReasons
public Object[] getReasons()
addReason
public void addReason(Object msg)
getResource
public ActivatableInfo getResource()
getReasonCode
public Object getReasonCode()
setReasonCode
public void setReasonCode(Object reasonCode)
getResourceName
public String getResourceName()
© 2000-2006, JTools.org.