ModuleNotBuiltException class

An Exception thrown when a Module was used in a way that required it to be built first, but it was not yet built.

Inheritance

Constructors

ModuleNotBuiltException([String message = 'Module has not yet built! Must call build() first.'])
Constructs a new Exception for when a Module should have been built before some action was taken.

Properties

hashCode int
The hash code for this object.
no setterinherited
message String
A description of what this exception means.
finalinherited
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
A string representation of this object.
inherited

Operators

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