net.dpml.library
Class ModuleNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.dpml.library.ResourceNotFoundException
net.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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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 messagecause
- the causal excetion