net.dpml.library.info
Class TypeUnknownException

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

public final class TypeUnknownException
extends Exception

A TypeUnknownException is raised in response to a request for a type that does not exist.

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

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

TypeUnknownException

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

Parameters:
message - the exception message

TypeUnknownException

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

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