Class EglStoppedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.eclipse.epsilon.eol.exceptions.EolRuntimeException
-
- org.eclipse.epsilon.egl.exceptions.EglRuntimeException
-
- org.eclipse.epsilon.egl.exceptions.EglStoppedException
-
- All Implemented Interfaces:
Serializable
public class EglStoppedException extends EglRuntimeException
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.eclipse.epsilon.eol.exceptions.EolRuntimeException
ast, context, message, reason
-
-
Constructor Summary
Constructors Constructor Description EglStoppedException(ModuleElement ast)
-
Method Summary
-
Methods inherited from class org.eclipse.epsilon.egl.exceptions.EglRuntimeException
getCause, getColumn, getLine, getReason, toString
-
Methods inherited from class org.eclipse.epsilon.eol.exceptions.EolRuntimeException
findCause, getAst, getMessage, propagate, propagateDetailed, setAst, setMessage, setReason, wrap
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
EglStoppedException
public EglStoppedException(ModuleElement ast)
-
-