ParsingException class
Represents an exception that occurred during parsing.
This exception is thrown when the parser encounters an error while parsing the input. It contains information about the error, including the error message, the source code, the line and column where the error occurred, and the offset of the error in the source code.
- Implemented types
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited