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.1
Syntax
C#
public class ParseException : Exception

The ParseException type exposes the following members.

Constructors
 NameDescription
Public methodParseExceptionInitializes a new instance of the ParseException class
Public methodParseException(String)Initializes a new instance of the ParseException class
Public methodParseException(Token, Int32, String)Initializes a new instance of the ParseException class
Top
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