net.dpml.library
Class TypeNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.dpml.library.TypeNotFoundException
All Implemented Interfaces:
Serializable

public final class TypeNotFoundException
extends Exception

A TypeNotFoundException is thrown when a requested for a named type cannot be resolved relative to the enclosing object.

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

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

TypeNotFoundException

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

Parameters:
message - the exception message

TypeNotFoundException

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

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