Class EolRuntimeExceptionReference
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.epsilon.eol.exceptions.EolRuntimeException
org.eclipse.epsilon.eol.exceptions.EolRuntimeExceptionReference
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsFields inherited from class org.eclipse.epsilon.eol.exceptions.EolRuntimeException
ast, context, message, reason
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAst()
int
int
getLine()
void
setAst
(ModuleElement ast) void
setException
(EolRuntimeException exception) void
toString()
Methods inherited from class org.eclipse.epsilon.eol.exceptions.EolRuntimeException
findCause, propagate, propagateDetailed, setMessage, wrap
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
exception
-
-
Constructor Details
-
EolRuntimeExceptionReference
-
-
Method Details
-
getException
-
setException
-
getAst
- Overrides:
getAst
in classEolRuntimeException
-
getColumn
public int getColumn()- Overrides:
getColumn
in classEolRuntimeException
-
getLine
public int getLine()- Overrides:
getLine
in classEolRuntimeException
-
getMessage
- Overrides:
getMessage
in classEolRuntimeException
-
getReason
- Overrides:
getReason
in classEolRuntimeException
-
setAst
- Overrides:
setAst
in classEolRuntimeException
-
setReason
- Overrides:
setReason
in classEolRuntimeException
-
toString
- Overrides:
toString
in classEolRuntimeException
-