PathEngineError class
An error that occurs during FHIRPath evaluation.
- Implemented types
Constructors
- PathEngineError(String message, {SourceLocation? location, String? expression, String? id, Error? cause, StackTrace? stackTrace})
- Constructs a new PathEngineError.
Properties
- cause → Object?
-
The cause of the error.
finalinherited
- expression → String?
-
The FHIRPath expression being evaluated when the error occurred.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
Optional identifier for the error.
final
- location → SourceLocation?
-
The location in the FHIRPath where the error occurred.
final
- message → String?
-
The error message.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stackTrace → StackTrace?
-
The stack trace at the point where this error was first thrown.
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String - A string representation of this object.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
rep(
SourceLocation? loc, String? expr) → String - Returns a string representation of the location and expression.