net.dpml.library
Class ResourceNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.dpml.library.ResourceNotFoundException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ModuleNotFoundException

public class ResourceNotFoundException
extends Exception

A ResourceNotFoundException is thrown when a requested for a named resource cannot be resolved.

Version:
1.2.0
Author:
Digital Product Meta Library
See Also:
Serialized Form

Constructor Summary
ResourceNotFoundException(String message)
          Creation of a new ResourceNotFoundException.
ResourceNotFoundException(String message, Throwable cause)
          Creation of a new ResourceNotFoundException.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResourceNotFoundException

public ResourceNotFoundException(String message)
Creation of a new ResourceNotFoundException.

Parameters:
message - the exception message

ResourceNotFoundException

public ResourceNotFoundException(String message,
                                 Throwable cause)
Creation of a new ResourceNotFoundException.

Parameters:
message - the exception message
cause - the causal excetion