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.2
Syntax
C#
public abstract class SequenceParserException : Exception

The SequenceParserException type exposes the following members.

Constructors
  NameDescription
Protected methodSequenceParserException
Initializes 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
SystemObject
  SystemException
    de.unika.ipd.grGen.libGrSequenceParserException
      de.unika.ipd.grGen.libGrSequenceParserExceptionCallIssue
      de.unika.ipd.grGen.libGrSequenceParserExceptionFilterError
      de.unika.ipd.grGen.libGrSequenceParserExceptionFilterLambdaExpressionError
      de.unika.ipd.grGen.libGrSequenceParserExceptionFilterParameterError
      de.unika.ipd.grGen.libGrSequenceParserExceptionIndexIssue
      de.unika.ipd.grGen.libGrSequenceParserExceptionMatchClassNotImplemented
      de.unika.ipd.grGen.libGrSequenceParserExceptionModelFlagDeclarationMissing
      de.unika.ipd.grGen.libGrSequenceParserExceptionOperatorNotFound
      de.unika.ipd.grGen.libGrSequenceParserExceptionSubgraphError
      de.unika.ipd.grGen.libGrSequenceParserExceptionTypeMismatch
      de.unika.ipd.grGen.libGrSequenceParserExceptionUnknownAttribute
      de.unika.ipd.grGen.libGrSequenceParserExceptionUnknownMatchClass
      de.unika.ipd.grGen.libGrSequenceParserExceptionUnknownMatchMember
      de.unika.ipd.grGen.libGrSequenceParserExceptionUnknownPatternElement
      de.unika.ipd.grGen.libGrSequenceParserExceptionUserMethodsOnlyAvailableForInheritanceTypes