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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TerminalConditionException
public TerminalConditionException(Throwable cause)
- Constructs a new exception with the specified cause.
- Parameters:
cause
- the cause.