net.dpml.library
Class ModuleNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.dpml.library.ResourceNotFoundException
              extended bynet.dpml.library.ModuleNotFoundException
All Implemented Interfaces:
Serializable

public final class ModuleNotFoundException
extends ResourceNotFoundException

A ModuleNotFoundException is thrown when a requested for a named module cannot be resolved.

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

Constructor Summary
ModuleNotFoundException(String message)
          Creation of a new ModuleNotFoundException.
ModuleNotFoundException(String message, Throwable cause)
          Creation of a new ModuleNotFoundException.
 
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

ModuleNotFoundException

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

Parameters:
message - the exception message

ModuleNotFoundException

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

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