Tuscany Core

org.apache.tuscany.core.context
Class ContextRuntimeException

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
                      extended by org.apache.tuscany.core.context.ContextRuntimeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ContextInitException, DuplicateNameException, InvalidNameException

public class ContextRuntimeException
extends CoreRuntimeException

An unchecked exception encountered by an Context

Version:
$Rev: 392190 $ $Date: 2006-04-07 01:37:58 -0400 (Fri, 07 Apr 2006) $
See Also:
Serialized Form

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

ContextRuntimeException

public ContextRuntimeException()

ContextRuntimeException

public ContextRuntimeException(java.lang.String message)

ContextRuntimeException

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

ContextRuntimeException

public ContextRuntimeException(java.lang.Throwable cause)

Tuscany Core

-