Class EolBreakException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.eclipse.epsilon.eol.exceptions.EolRuntimeException
-
- org.eclipse.epsilon.eol.exceptions.flowcontrol.EolBreakException
-
- All Implemented Interfaces:
java.io.Serializable
public class EolBreakException extends EolRuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EolBreakException(ModuleElement ast, boolean breaksAll)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isBreaksAll()
void
setBreaksAll(boolean breaksAll)
-
Methods inherited from class org.eclipse.epsilon.eol.exceptions.EolRuntimeException
findCause, getAst, getColumn, getLine, getMessage, getReason, propagate, propagateDetailed, setAst, setMessage, setReason, toString, wrap
-
-
-
-
Constructor Detail
-
EolBreakException
public EolBreakException(ModuleElement ast, boolean breaksAll)
-
-