BracketsNotClosedException class

Brackets Not Closed Exception

Thrown when parser notices there are unclosed brackets, so it can't guarantee correct parsing of the expression

The type of bracket is stored in type

Inheritance

Constructors

BracketsNotClosedException(String type, int startPosition, int position)
Creates a new Brackets Not Closed Exception
const

Properties

hashCode int
The hash code for this object.
no setterinherited
position int
Error position
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startPosition int
Start position
final
type String
The type of bracket
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