com.sun.emp.pathway.bean
Class TerminalConditionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.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.