java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.myjtools.gherkinparser.ParserException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ParserException.CompositeParserException
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedParserException(String message) protectedParserException(String message, org.myjtools.gherkinparser.elements.Location location) ParserException(Throwable throwable, String message) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ParserException
-
ParserException
-
ParserException
-
-
Method Details
-
getLocation
public org.myjtools.gherkinparser.elements.Location getLocation()
-