Click or drag to resize

SequenceParserExceptionUnknownPatternElement Class

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

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

The SequenceParserExceptionUnknownPatternElement type exposes the following members.

Constructors
 NameDescription
Public methodSequenceParserExceptionUnknownPatternElement Creates an instance when the entity of the given name does not exist in the pattern of the rule of the given name.
Top
Properties
Fields
 NameDescription
Public fieldEntityName 
Public fieldRuleName 
Top
See Also