Click or drag to resize

SequenceParserExceptionIndexIssue Class

Inheritance Hierarchy

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

The SequenceParserExceptionIndexIssue type exposes the following members.

Constructors
 NameDescription
Protected methodSequenceParserExceptionIndexIssueInitializes a new instance of the SequenceParserExceptionIndexIssue class
Top
Properties
 NameDescription
Public propertyContext A second entity giving some further error information, if available (i.e. not null)
(Inherited from SequenceParserException)
Public propertyMessage
(Overrides SequenceParserExceptionMessage)
Public propertyName Typically the name of the primary erroneous entity (may be also a compound construct)
(Inherited from SequenceParserException)
Top
See Also