Tuscany Core

org.apache.tuscany.core.context
Class CoreRuntimeException

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.core.context.CoreRuntimeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BuilderException, ContextRuntimeException, EventException, ScopeRuntimeException, TargetException

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

The root exception for the runtime package. Exceptions occurring in the runtime are generally non-recoverable

Version:
$Rev: 406532 $ $Date: 2006-05-15 00:23:43 -0400 (Mon, 15 May 2006) $
See Also:
Serialized Form

Constructor Summary
CoreRuntimeException()
           
CoreRuntimeException(java.lang.String message)
           
CoreRuntimeException(java.lang.String message, java.lang.Throwable cause)
           
CoreRuntimeException(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

CoreRuntimeException

public CoreRuntimeException()

CoreRuntimeException

public CoreRuntimeException(java.lang.String message)

CoreRuntimeException

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

CoreRuntimeException

public CoreRuntimeException(java.lang.Throwable cause)

Tuscany Core

-