Click or drag to resize

SequenceParserException Class

An exception thrown by SequenceParser, describing the error, e.g. which rule caused the problem and how it was used
Inheritance Hierarchy
SystemObject
  SystemException
    de.unika.ipd.grGen.libGrSequenceParserException
      More

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public abstract class SequenceParserException : Exception

The SequenceParserException type exposes the following members.

Constructors
 NameDescription
Protected methodSequenceParserExceptionInitializes a new instance of the SequenceParserException class
Top
Properties
 NameDescription
Public propertyContext A second entity giving some further error information, if available (i.e. not null)
Public propertyMessage The error message of the exception.
(Overrides ExceptionMessage)
Public propertyName Typically the name of the primary erroneous entity (may be also a compound construct)
Top
See Also
Inheritance Hierarchy