Class EglRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.epsilon.eol.exceptions.EolRuntimeException
org.eclipse.epsilon.egl.exceptions.EglRuntimeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EglStoppedException
- See Also:
-
Field Summary
Fields inherited from class org.eclipse.epsilon.eol.exceptions.EolRuntimeException
ast, context, message, reason
-
Constructor Summary
ConstructorsConstructorDescriptionEglRuntimeException
(String reason, Throwable cause) EglRuntimeException
(String reason, Throwable cause, ModuleElement ast) EglRuntimeException
(String reason, ModuleElement ast) EglRuntimeException
(Throwable cause) -
Method Summary
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 Details
-
EglRuntimeException
-
EglRuntimeException
-
EglRuntimeException
-
EglRuntimeException
-
EglRuntimeException
-
EglRuntimeException
-
-
Method Details
-
getCause
-
getLine
public int getLine()- Overrides:
getLine
in classEolRuntimeException
-
getColumn
public int getColumn()- Overrides:
getColumn
in classEolRuntimeException
-
getReason
- Overrides:
getReason
in classEolRuntimeException
-
toString
- Overrides:
toString
in classEolRuntimeException
-