NotFoundException class

Exception indicating a response could not be created.

Inheritance

Constructors

NotFoundException(int found)
Constructor.

Properties

found int
Indicates how much was found before a result could not be created.
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
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.