org.pentaho.reporting.libraries.resourceloader
Class ResourceCreationException

java.lang.Object
  extended by StackableException
      extended by org.pentaho.reporting.libraries.resourceloader.ResourceException
          extended by org.pentaho.reporting.libraries.resourceloader.ResourceCreationException
Direct Known Subclasses:
ContentNotRecognizedException

public class ResourceCreationException
extends ResourceException

Creation-Date: 05.04.2006, 17:33:09

Author:
Thomas Morgner

Constructor Summary
ResourceCreationException()
          Creates a StackableRuntimeException with no message and no parent.
ResourceCreationException(String message)
          Creates an exception.
ResourceCreationException(String message, Exception ex)
          Creates an exception.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceCreationException

public ResourceCreationException()
Creates a StackableRuntimeException with no message and no parent.


ResourceCreationException

public ResourceCreationException(String message,
                                 Exception ex)
Creates an exception.

Parameters:
message - the exception message.
ex - the parent exception.

ResourceCreationException

public ResourceCreationException(String message)
Creates an exception.

Parameters:
message - the exception message.