Class Parser.ParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.episteme.natural.computing.compiler.Parser.ParseException
All Implemented Interfaces:
Serializable
Enclosing class:
Parser

public static class Parser.ParseException extends Exception
Exception thrown during parsing.
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
See Also:
  • Field Details

    • line

      public final int line
    • column

      public final int column
  • Constructor Details

    • ParseException

      public ParseException(String message, int line, int column)