Class ParserException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ParserException.CompositeParserException

public class ParserException extends RuntimeException
See Also:
  • Constructor Details

    • ParserException

      public ParserException(Throwable throwable, String message)
    • ParserException

      protected ParserException(String message)
    • ParserException

      protected ParserException(String message, org.myjtools.gherkinparser.elements.Location location)
  • Method Details

    • getLocation

      public org.myjtools.gherkinparser.elements.Location getLocation()