Tuscany Assembly Model

org.apache.tuscany.model
Class ModelRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.tuscany.common.TuscanyRuntimeException
                  extended by org.apache.tuscany.model.ModelRuntimeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AssemblyInitializationException

public abstract class ModelRuntimeException
extends org.apache.tuscany.common.TuscanyRuntimeException

The root runtime exception for the model.

Version:
$Rev$ $Date$
See Also:
Serialized Form

Constructor Summary
ModelRuntimeException()
           
ModelRuntimeException(java.lang.String message)
           
ModelRuntimeException(java.lang.String message, java.lang.Throwable cause)
           
ModelRuntimeException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.apache.tuscany.common.TuscanyRuntimeException
addContextName, getIdentifier, getMessage, returnContextNames, setIdentifier
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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()

ModelRuntimeException

public ModelRuntimeException(java.lang.String message)

ModelRuntimeException

public ModelRuntimeException(java.lang.String message,
                             java.lang.Throwable cause)

ModelRuntimeException

public ModelRuntimeException(java.lang.Throwable cause)

Tuscany Assembly Model

-