Class SyntaxException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BasicSyntaxException, CommandCanNotBeCreatedException, KeywordNotImplementedException

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

    • SyntaxException

      public SyntaxException()
    • SyntaxException

      public SyntaxException(String arg0, Throwable arg1)
    • SyntaxException

      public SyntaxException(String arg0)
    • SyntaxException

      public SyntaxException(Throwable arg0)