Package org.eclipse.ease
Class BreakException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.util.concurrent.ExecutionException
org.eclipse.ease.ScriptExecutionException
org.eclipse.ease.BreakException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ExitException
public class BreakException extends ScriptExecutionException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description BreakException()
BreakException(Object condition)
-
Method Summary
Modifier and Type Method Description Object
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
-
BreakException
public BreakException() -
BreakException
-
-
Method Details
-
getCondition
-