Class EolParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.epsilon.eol.exceptions.EolParseException
- All Implemented Interfaces:
Serializable
- Since:
- 1.6
- Author:
- Sina Madani
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEolParseException
(String message) EolParseException
(String message, Collection<? extends ParseProblem> problems) EolParseException
(Collection<? extends ParseProblem> problems) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
parseProblems
-
-
Constructor Details
-
EolParseException
public EolParseException() -
EolParseException
-
EolParseException
-
EolParseException
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-