Class LexicalException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    BasicLexicalException

    public abstract class LexicalException
    extends GeneralAnalysisException
    Exception to throw when there is some error during the lexical analysis related to the analysis itself and not the reading of the source.
    Author:
    Peter Verhas
    See Also:
    Serialized Form
    • Constructor Detail

      • LexicalException

        public LexicalException()
      • LexicalException

        public LexicalException​(java.lang.String arg0,
                                java.lang.Throwable arg1)
      • LexicalException

        public LexicalException​(java.lang.String arg0)
      • LexicalException

        public LexicalException​(java.lang.Throwable arg0)