Package org.eclipse.ease
Class ExitException
- All Implemented Interfaces:
Serializable
public class ExitException extends BreakException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ExitException()
ExitException(Object condition)
-
Method Summary
Methods inherited from class org.eclipse.ease.BreakException
getCondition
Methods inherited from class org.eclipse.ease.ScriptExecutionException
getMessage, printStackTrace
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExitException
public ExitException() -
ExitException
-