FsceneVersionException class
Thrown when a document's version cannot be loaded (newer than supported, or missing a migration step).
- Implemented types
Constructors
- FsceneVersionException(String message)
-
Creates a version exception with the given
message.const
Properties
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