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