Package io.cucumber.gherkin
Class ParserException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.cucumber.gherkin.ParserException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ParserException.AstBuilderException,ParserException.CompositeParserException,ParserException.NoSuchLanguageException,ParserException.UnexpectedEOFException,ParserException.UnexpectedTokenException
public class ParserException extends RuntimeException
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classParserException.AstBuilderExceptionstatic classParserException.CompositeParserExceptionstatic classParserException.NoSuchLanguageExceptionstatic classParserException.UnexpectedEOFExceptionstatic classParserException.UnexpectedTokenException
-
Constructor Summary
Constructors Modifier Constructor Description protectedParserException(String message)protectedParserException(String message, Location location)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-