net.dpml.library.info
Class TypeUnknownException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.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.1.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.
 
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