Click or drag to resize

SequenceParserExceptionCallParameterIssue 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 SequenceParserExceptionCallParameterIssue : SequenceParserExceptionCallIssue

The SequenceParserExceptionCallParameterIssue type exposes the following members.

Constructors
  NameDescription
Public methodSequenceParserExceptionCallParameterIssue
Creates an instance with the number of input or output parameters that do not match for the invocation, or the input or output parameter that does not match for the invocation.
Top
Properties
  NameDescription
Public propertyContext
A second entity giving some further error information, if available (i.e. not null)
(Inherited from SequenceParserException.)
Public propertyDefinitionTypeName (Inherited from SequenceParserExceptionCallIssue.)
Public propertyMessage
The error message of the exception.
(Overrides SequenceParserExceptionCallIssueMessage.)
Public propertyName (Inherited from SequenceParserExceptionCallIssue.)
Top
Fields
  NameDescription
Public fieldAction
The associated action/sequence/procedure/function instance (in case of interpreted sequences).
Public fieldBadParamIndexOrNumExpected
The index of the bad parameter or the number of expected parameters.
Public fieldCallIssue
The kind of the call issue.
(Inherited from SequenceParserExceptionCallIssue.)
Public fieldDefType
The type of the definition that caused the error, Unknown if no definition was involved.
(Inherited from SequenceParserExceptionCallIssue.)
Public fieldExpectedType
The expected type or types
Public fieldFunction
Public fieldGivenType
The given type
Public fieldNameCalled (Inherited from SequenceParserExceptionCallIssue.)
Public fieldNumGiven
The number of inputs or outputs given to the rule.
Public fieldProcedure
Public fieldSequence
Top
See Also