org.apache.avalon.composition.data
Class MetaDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.avalon.framework.CascadingException
org.apache.avalon.composition.data.MetaDataException
- All Implemented Interfaces:
- CascadingThrowable, Serializable
- public final class MetaDataException
- extends CascadingException
Exception to indicate that there was a model related error.
- Version:
- $Revision: 1.2 $ $Date: 2004/01/24 23:25:24 $
- Author:
- Avalon Development Team
- See Also:
- Serialized Form
MetaDataException
public MetaDataException(String message)
- Construct a new
MetaDataException
instance.
- Parameters:
message
- The detail message for this exception.
MetaDataException
public MetaDataException(String message,
Throwable throwable)
- Construct a new
MetaDataException
instance.
- Parameters:
message
- The detail message for this exception.throwable
- the root cause of the exception
Copyright © The Apache Software Foundation. All Rights Reserved.