MissingFragmentException class
Thrown when Artemis can't find the requested fragment on schema.
- Implemented types
Constructors
- MissingFragmentException(String fragmentName, String className)
-
Thrown when Artemis can't find the requested fragment on schema.
const
Properties
- className → String
-
The class name in which the fragment is used.
final
- fragmentName → String
-
The missing fragment name.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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