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
public class EglRuntimeException extends EolRuntimeException
- 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 EglRuntimeException(String reason, Throwable cause)
EglRuntimeException(String reason, Throwable cause, ModuleElement ast)
EglRuntimeException(String reason, ModuleElement ast)
EglRuntimeException(Throwable cause)
EglRuntimeException(EolInternalException ex)
EglRuntimeException(EolRuntimeException ex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Throwable
getCause()
int
getColumn()
int
getLine()
String
getReason()
String
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
-
EglRuntimeException
public EglRuntimeException(EolRuntimeException ex)
-
EglRuntimeException
public EglRuntimeException(EolInternalException ex)
-
EglRuntimeException
public EglRuntimeException(String reason, ModuleElement ast)
-
EglRuntimeException
public EglRuntimeException(Throwable cause)
-
EglRuntimeException
public EglRuntimeException(String reason, Throwable cause, ModuleElement ast)
-
-
Method Detail
-
getLine
public int getLine()
- Overrides:
getLine
in classEolRuntimeException
-
getColumn
public int getColumn()
- Overrides:
getColumn
in classEolRuntimeException
-
getReason
public String getReason()
- Overrides:
getReason
in classEolRuntimeException
-
toString
public String toString()
- Overrides:
toString
in classEolRuntimeException
-
-