org.apache.avalon.composition.model
Class TypeUnknownException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.avalon.framework.CascadingException
org.apache.avalon.composition.model.ModelException
org.apache.avalon.composition.model.TypeException
org.apache.avalon.composition.model.TypeUnknownException
- All Implemented Interfaces:
- CascadingThrowable, Serializable
- public final class TypeUnknownException
- extends TypeException
Exception to indicate that a type is unknown within the scope of a type manager.
- Version:
- $Revision: 1.1.1.1 $ $Date: 2003/09/24 09:31:24 $
- Author:
- Avalon Development Team
- See Also:
- Serialized Form
TypeUnknownException
public TypeUnknownException(String message)
- Construct a new
TypeUnknownException
instance.
- Parameters:
message
- The detail message for this exception.
TypeUnknownException
public TypeUnknownException(String message,
Throwable throwable)
- Construct a new
TypeUnknownException
instance.
- Parameters:
message
- The detail message for this exception.throwable
- the root cause of the exception
Copyright © Apache Software Foundation. All Rights Reserved.