Package io.cucumber.gherkin
Class ParserException.AstBuilderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.cucumber.gherkin.ParserException
-
- io.cucumber.gherkin.ParserException.AstBuilderException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ParserException
public static class ParserException.AstBuilderException extends ParserException
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.cucumber.gherkin.ParserException
ParserException.AstBuilderException, ParserException.CompositeParserException, ParserException.NoSuchLanguageException, ParserException.UnexpectedEOFException, ParserException.UnexpectedTokenException
-
-
Field Summary
-
Fields inherited from class io.cucumber.gherkin.ParserException
location
-
-
Constructor Summary
Constructors Constructor Description AstBuilderException(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
-
-