exception library

Library that exposes the API for the exceptions

Classes

CatchError
Annotation to mark a method that is handling the errors.
DartnessCatchError
A wrapper class in order to retrieve the error handler instance from the annotation ErrorHandler and the data required to handle it internally by the Dartness framework.
DartnessCatchErrorRegister
Interface that is used to handle the errors.
DartnessErrorHandler
A wrapper class in order to retrieve the error handler instance from the annotation ErrorHandler and the data required to handle it internally by the Dartness framework.
ErrorHandler
An annotation that indicate that a class is an error handler.

Exceptions / Errors

HttpStatusCodeException
An abstract base class for custom exceptions representing HTTP status code errors.