Click or drag to resize

SequenceParserExceptionCallIssue Class

Inheritance Hierarchy
SystemObject
  SystemException
    de.unika.ipd.grGen.libGrSequenceParserException
      de.unika.ipd.grGen.libGrSequenceParserExceptionCallIssue
        de.unika.ipd.grGen.libGrSequenceParserExceptionCallParameterIssue

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

The SequenceParserExceptionCallIssue type exposes the following members.

Constructors
  NameDescription
Public methodSequenceParserExceptionCallIssue(Invocation, CallIssueType)
Creates an instance when input or output parameters do not match.
Public methodSequenceParserExceptionCallIssue(String, DefinitionType, CallIssueType)
Creates an instance with the name called that does not exist.
Top
Properties
  NameDescription
Public propertyContext
A second entity giving some further error information, if available (i.e. not null)
(Inherited from SequenceParserException.)
Public propertyDefinitionTypeName
Public propertyMessage
The error message of the exception.
(Overrides SequenceParserExceptionMessage.)
Public propertyName (Overrides SequenceParserExceptionName.)
Top
Methods
  NameDescription
Protected methodStatic memberClassifyDefinitionType
Top
Fields
  NameDescription
Public fieldCallIssue
The kind of the call issue.
Public fieldDefType
The type of the definition that caused the error, Unknown if no definition was involved.
Public fieldNameCalled
Top
See Also