Class GalimatiasParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.mola.galimatias.GalimatiasParseException
All Implemented Interfaces:
Serializable

public class GalimatiasParseException extends Exception
Exception thrown by parsers.
See Also:
  • Field Details

    • parseIssue

      private ParseIssue parseIssue
    • position

      private int position
  • Constructor Details

    • GalimatiasParseException

      private GalimatiasParseException()
    • GalimatiasParseException

      GalimatiasParseException(String message)
    • GalimatiasParseException

      GalimatiasParseException(String message, int position)
    • GalimatiasParseException

      GalimatiasParseException(String message, ParseIssue parseIssue, int position, Throwable exception)
  • Method Details

    • builder

    • getPosition

      public int getPosition()
    • getParseIssue

      public ParseIssue getParseIssue()
      Gets the @{link ParseIssue}. This API is considered experimental and will change in coming versions.