Class ResourceCreationException
- 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.ResourceCreationException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ContentNotRecognizedException
public class ResourceCreationException extends ResourceException
Creation-Date: 05.04.2006, 17:33:09- Author:
- Thomas Morgner
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResourceCreationException()
Creates a StackableRuntimeException with no message and no parent.ResourceCreationException(java.lang.String message)
Creates an exception.ResourceCreationException(java.lang.String message, java.lang.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
-
-
-
-
Constructor Detail
-
ResourceCreationException
public ResourceCreationException()
Creates a StackableRuntimeException with no message and no parent.
-
ResourceCreationException
public ResourceCreationException(java.lang.String message, java.lang.Exception ex)
Creates an exception.- Parameters:
message
- the exception message.ex
- the parent exception.
-
ResourceCreationException
public ResourceCreationException(java.lang.String message)
Creates an exception.- Parameters:
message
- the exception message.
-
-