org.pentaho.reporting.libraries.resourceloader
Class ResourceKeyCreationException

java.lang.Object
  extended by StackableException
      extended by org.pentaho.reporting.libraries.resourceloader.ResourceException
          extended by org.pentaho.reporting.libraries.resourceloader.ResourceKeyCreationException

public class ResourceKeyCreationException
extends ResourceException

Creation-Date: 05.04.2006, 13:02:23

Author:
Thomas Morgner

Constructor Summary
ResourceKeyCreationException()
          Creates a StackableRuntimeException with no message and no parent.
ResourceKeyCreationException(String message)
          Creates an exception.
ResourceKeyCreationException(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

ResourceKeyCreationException

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


ResourceKeyCreationException

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

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

ResourceKeyCreationException

public ResourceKeyCreationException(String message)
Creates an exception.

Parameters:
message - the exception message.