Class LexException

All Implemented Interfaces:
Serializable

public class LexException extends RuntimeException
Thrown when a Lexer cannot tokenize an input because the tokens are not satisfied
See Also:
  • Constructor Details

    • LexException

      public LexException(String message)