InvalidOctalNumber class

Exception thrown when an octal number has invalid digits

Implemented types

Constructors

InvalidOctalNumber(int number)
Create a new Exception for number that was invalid
const

Properties

hashCode int
The hash code for this object.
no setterinherited
message String
Get the message for this exception
no setter
number int
The number that could not be converted to octal
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
Get the message for this exception
override

Operators

operator ==(Object other) bool
The equality operator.
inherited