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