BlueprintMigrationException class

Thrown when external Blueprint/config input cannot be resolved: an unknown/future schema_version, or a schema_version: 1 input naming an unrecognized recipe/token set. Never silently substituted with a default (FR-045, FR-049, INV-MIG1) — callers map this to exit 4.

Implemented types

Constructors

BlueprintMigrationException(String code, String message)
const

Properties

code String
final
hashCode int
The hash code for this object.
no setterinherited
message String
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
A string representation of this object.
override

Operators

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