Class ResourceLoadingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.pentaho.reporting.libraries.base.util.StackableException
org.pentaho.reporting.libraries.resourceloader.ResourceException
org.pentaho.reporting.libraries.resourceloader.ResourceLoadingException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
UnrecognizedLoaderException
Creation-Date: 05.04.2006, 13:03:37
- Author:
- Thomas Morgner
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a StackableRuntimeException with no message and no parent.ResourceLoadingException
(String message) Creates an exception.ResourceLoadingException
(String message, Exception ex) Creates an exception. -
Method Summary
Methods inherited from class org.pentaho.reporting.libraries.base.util.StackableException
getMessage, getParent, getParentThrowable, printStackTrace, printStackTrace, printStackTrace, toString
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace
-
Constructor Details
-
ResourceLoadingException
public ResourceLoadingException()Creates a StackableRuntimeException with no message and no parent. -
ResourceLoadingException
-
ResourceLoadingException
Creates an exception.- Parameters:
message
- the exception message.
-