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

Constructors

ParsingException.new(String message, String source, int line, int column, int offset)

Properties

column int
final
hashCode int
The hash code for this object.
no setterinherited
line int
final
message String
final
offset int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source String
final

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