org.apache.avalon.composition.model
Class TypeRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.avalon.framework.CascadingRuntimeException
org.apache.avalon.composition.model.TypeRuntimeException
- All Implemented Interfaces:
- CascadingThrowable, Serializable
- public final class TypeRuntimeException
- extends CascadingRuntimeException
Exception to indicate that there was a type related runtime error.
- Version:
- $Revision: 1.1.1.1 $ $Date: 2003/08/31 14:27:22 $
- Author:
- Avalon Development Team
- See Also:
- Serialized Form
TypeRuntimeException
public TypeRuntimeException(String message)
- Construct a new
TypeRuntimeException
instance.
- Parameters:
message
- The detail message for this exception.
TypeRuntimeException
public TypeRuntimeException(String message,
Throwable throwable)
- Construct a new
TypeRuntimeException
instance.
- Parameters:
message
- The detail message for this exception.throwable
- the root cause of the exception
Copyright © Apache Software Foundation. All Rights Reserved.