Package org.eclipse.epsilon.eunit
Class EUnitParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.epsilon.eol.exceptions.EolRuntimeException
org.eclipse.epsilon.eunit.EUnitParseException
- All Implemented Interfaces:
Serializable
Exception for when EUnit modules have parsing problems. Normally we just
hang on and continue processing, but with EUnit we prefer to just abort
execution.
- Version:
- 1.0
- Author:
- Antonio García-Domínguez
- See Also:
-
Field Summary
Fields inherited from class org.eclipse.epsilon.eol.exceptions.EolRuntimeException
ast, context, message, reason
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.epsilon.eol.exceptions.EolRuntimeException
findCause, getAst, getColumn, getLine, getReason, propagate, propagateDetailed, setAst, setMessage, setReason, toString, wrap
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
EUnitParseException
-
-
Method Details
-
getProblems
-
getMessage
- Overrides:
getMessage
in classEolRuntimeException
-