Click or drag to resize

ParseException Class

This exception is thrown when parse errors are encountered.
Inheritance Hierarchy
SystemObject
  SystemException
    de.unika.ipd.grGen.graphViewerAndSequenceDebuggerParseException

Namespace:  de.unika.ipd.grGen.graphViewerAndSequenceDebugger
Assembly:  graphViewerAndSequenceDebugger (in graphViewerAndSequenceDebugger.dll) Version: GrGen.NET 7.2
Syntax
C#
public class ParseException : Exception

The ParseException type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyMessage (Overrides ExceptionMessage.)
Top
Methods
  NameDescription
Protected methodAddEscapes
Top
Fields
Remarks
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.

See Also