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
Exception thrown during parsing.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
line
public final int line -
column
public final int column
-
-
Constructor Details
-
ParseException
-