org.pentaho.reporting.libraries.resourceloader
Class ResourceException

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

public class ResourceException
extends StackableException

Creation-Date: 05.04.2006, 13:03:53

Author:
Thomas Morgner

Constructor Summary
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.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceException

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


ResourceException

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

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

ResourceException

public ResourceException(String message)
Creates an exception.

Parameters:
message - the exception message.