net.dpml.library
Class TypeNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.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.0.0
Author:
The 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.
 
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