This exception is thrown when parse errors are encountered. You can explicitly create objects of this exception type by calling the method generateParseException in the generated parser.

You can modify this class to customize your error reporting mechanisms so long as you retain the public fields.

Namespace:  SingularSys.Jep.Parser
Assembly:  Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)

Syntax

C#
public class ParseException : Exception
Visual Basic (Declaration)
Public Class ParseException _
	Inherits Exception
Visual C++
public ref class ParseException : public Exception

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    SingularSys.Jep.Parser..::.ParseException

See Also