FhirPathEvaluationException class

The evaluation of the expression failed with the given parameters.

Inheritance

Constructors

FhirPathEvaluationException(String message, {String? pathExpression, Object? cause, String? operation, dynamic arguments, List? collection, Map? variables})

Properties

arguments → dynamic
The arguments to a function or operator at the time of the issue
finalinherited
cause → Object?
Exception which was the root cause
finalinherited
collection → List?
The intermediate results collection at the time of the issue
finalinherited
context → Object?
The original node that was passed to the evaluation engine before starting evaluation
finalinherited
environment → Map?
Environment which was present
finalinherited
hashCode → int
The hash code for this object.
no setterinherited
message → String
A human-readable message
finalinherited
offset → int?
Optional offset in the expression where the issue occurred
finalinherited
operation → String?
Which function or operator was causing the issue
finalinherited
pathExpression → String?
Which expression is having the issue
finalinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
token → Object?
Which token was causing the issue
finalinherited

Methods

copyWith({Object? context, Map? variables}) → FhirPathException
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toShortString() → String
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited