org.apache.avalon.composition.data
Class MetaDataRuntimeException

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.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.1.1.1 $ $Date: 2003/08/31 14:27:03 $
Author:
Avalon Development Team
See Also:
Serialized Form

Constructor Summary
MetaDataRuntimeException(String message)
          Construct a new MetaDataRuntimeException instance.
MetaDataRuntimeException(String message, Throwable throwable)
          Construct a new MetaDataRuntimeException 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

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