org.apache.avalon.composition.model
Class TypeDuplicateException
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.TypeDuplicateException
- All Implemented Interfaces:
- CascadingThrowable, Serializable
- public final class TypeDuplicateException
- extends TypeException
Exception raised in response to an attempt to override the defintion
of an existing type.
- Version:
- $Revision: 1.1.1.1 $ $Date: 2003/08/31 14:27:21 $
- Author:
- Avalon Development Team
- See Also:
- Serialized Form
TypeDuplicateException
public TypeDuplicateException(String message)
- Construct a new
TypeDuplicateException
instance.
- Parameters:
message
- The detail message for this exception.
TypeDuplicateException
public TypeDuplicateException(String message,
Throwable throwable)
- Construct a new
TypeDuplicateException
instance.
- Parameters:
message
- The detail message for this exception.throwable
- the root cause of the exception
Copyright © Apache Software Foundation. All Rights Reserved.