NotFoundException class
Exception indicating a response could not be created.
- Inheritance
-
- Object
- WoomeraException
- NotFoundException
Constructors
- NotFoundException(int found)
- Constructor.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
String representation
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- foundHandler → const int
- Value for found when a handler was found, but no result was produced.
- foundMethod → const int
- Value for found when at least one handler for the HTTP method was found, but none of them matched the request path.
- foundNothing → const int
- Value for found when no handlers for the HTTP method were found.
- foundStaticHandler → const int
- Value for found when a StaticFile handler failed to produce a response.