LibraryNotFound class
Library not found
One or more of the libraries that was passed into serverFromAnnotations or serverPipelineFromAnnotations does not exist.
To fix the problem, remove or fix the offending value.
To discover the correct library URIs that can be used, set the logging level for the "woomera.handles" logger to FINEST. It will then log the URI for libraries that are scanned or skipped.
- Inheritance
-
- Object
- WoomeraException
- LibraryNotFound
- Annotations
-
- @Deprecated('The woomera:scan library has been deprecated.')
Constructors
-
LibraryNotFound(Iterable<
String> missing) - Constructor
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
libraryUris
→ List<
String> -
Packages which were not found
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