SourceSpanFormatException class

A SourceSpanException that's also a FormatException.

Inheritance
Implemented types
Implementers

Constructors

SourceSpanFormatException(String message, SourceSpan span, [ dynamic _source ])

Properties

offset int
The offset in source where the error was detected. [...]
read-only, override
source → dynamic
The actual source input which caused the error. [...]
read-only, override
hashCode int
The hash code for this object. [...]
read-only, inherited
message String
A message describing the exception.
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
span SourceSpan
The span associated with this exception. [...]
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString({dynamic color }) String
Returns a string representation of this. [...]
inherited

Operators

operator ==(dynamic other) bool
The equality operator. [...]
inherited