com.sun.emp.pathway.bean
Class TerminalConditionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.sun.emp.pathway.bean.TerminalConditionException
All Implemented Interfaces:
Serializable

public class TerminalConditionException
extends RuntimeException

An exception thrown as a result of a runtime exception being thrown by a TerminalCondition.

See Also:
TerminalCondition

Constructor Summary
TerminalConditionException(Throwable cause)
          Constructs a new exception with the specified cause.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TerminalConditionException

public TerminalConditionException(Throwable cause)
Constructs a new exception with the specified cause.

Parameters:
cause - the cause.