org.apache.avalon.composition.model
Class ModelRuntimeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.apache.avalon.framework.CascadingRuntimeException
                  extended byorg.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.2 $ $Date: 2004/01/24 23:25:25 $
Author:
Avalon Development Team
See Also:
Serialized Form

Constructor Summary
ModelRuntimeException(String message)
          Construct a new ModelRuntimeException instance.
ModelRuntimeException(String message, Throwable throwable)
          Construct a new ModelRuntimeException instance.
 
Methods inherited from class org.apache.avalon.framework.CascadingRuntimeException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 © The Apache Software Foundation. All Rights Reserved.