Click or drag to resize

SequenceParserExceptionMatchClassNotImplemented Class

Inheritance Hierarchy
SystemObject
  SystemException
    de.unika.ipd.grGen.libGrSequenceParserException
      de.unika.ipd.grGen.libGrSequenceParserExceptionMatchClassNotImplemented

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

The SequenceParserExceptionMatchClassNotImplemented type exposes the following members.

Constructors
 NameDescription
Public methodSequenceParserExceptionMatchClassNotImplemented Creates an instance when match class with the given name is not implemented by the rule with the given name.
Top
Properties
Fields
 NameDescription
Public fieldMatchClassName 
Public fieldRuleName 
Top
See Also