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
- HttpStatusException
- Exception for HTTP status code. This abstract class is used to create custom exceptions for HTTP status codes.