Class ResourceException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- org.pentaho.reporting.libraries.resourceloader.ResourceException
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 - Direct Known Subclasses:
- ResourceCreationException,- ResourceKeyCreationException,- ResourceLoadingException
 
 public class ResourceException extends Exception Creation-Date: 05.04.2006, 13:03:53- Author:
- Thomas Morgner
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ResourceException()Creates a StackableRuntimeException with no message and no parent.ResourceException(String message)Creates an exception.ResourceException(String message, Exception ex)Creates an exception.
 - 
Method Summary- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
ResourceExceptionpublic ResourceException() Creates a StackableRuntimeException with no message and no parent.
 - 
ResourceExceptionpublic ResourceException(String message, Exception ex) Creates an exception.- Parameters:
- message- the exception message.
- ex- the parent exception.
 
 - 
ResourceExceptionpublic ResourceException(String message) Creates an exception.- Parameters:
- message- the exception message.
 
 
- 
 
-