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()intintgetLine()voidsetAst(ModuleElement ast) voidsetException(EolRuntimeException exception) voidtoString()Methods inherited from class org.eclipse.epsilon.eol.exceptions.EolRuntimeException
findCause, propagate, propagateDetailed, setMessage, wrapMethods 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:
getAstin classEolRuntimeException
-
getColumn
public int getColumn()- Overrides:
getColumnin classEolRuntimeException
-
getLine
public int getLine()- Overrides:
getLinein classEolRuntimeException
-
getMessage
- Overrides:
getMessagein classEolRuntimeException
-
getReason
- Overrides:
getReasonin classEolRuntimeException
-
setAst
- Overrides:
setAstin classEolRuntimeException
-
setReason
- Overrides:
setReasonin classEolRuntimeException
-
toString
- Overrides:
toStringin classEolRuntimeException
-