info.aduna.lang.reflect
Class NoSuchTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by info.aduna.lang.reflect.NoSuchTypeException
All Implemented Interfaces:
Serializable

public class NoSuchTypeException
extends Exception

Thrown by KeyedObjectFactory to indicate that a specified key is not associated with any type.

See Also:
Serialized Form

Constructor Summary
NoSuchTypeException(String msg)
          Creates a new NoSuchTypeException.
NoSuchTypeException(String msg, Throwable cause)
          Creates a new NoSuchTypeException wrapping another exception.
NoSuchTypeException(Throwable cause)
          Creates a new NoSuchTypeException.
 
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

NoSuchTypeException

public NoSuchTypeException(String msg)
Creates a new NoSuchTypeException.

Parameters:
msg - An error message.

NoSuchTypeException

public NoSuchTypeException(Throwable cause)
Creates a new NoSuchTypeException.

Parameters:
cause - The cause of the exception.

NoSuchTypeException

public NoSuchTypeException(String msg,
                           Throwable cause)
Creates a new NoSuchTypeException wrapping another exception.

Parameters:
msg - An error message.
cause - The cause of the exception.


Copyright © 1997-2008 Aduna. All Rights Reserved.