Class Lexer.LexerException

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

public static class Lexer.LexerException extends Exception
Exception thrown when lexer encounters invalid input.
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
See Also:
  • Constructor Details

    • LexerException

      public LexerException(String message)