Exception Handler Stages

The concept

DiF implements the Exception Handler feature with simple stages, much like any other stage you create.
The only difference is the use of the @ExceptionHandler annotation.

TODO: Explain how to build one from scratch...

Bundled Exception Handlers

The DiF presentation module provides several exception handlers. They can be used as a reference on how to build them, with the same logic and graphical layout.

They are all inside this package (click here to proceed to the source code).

Back to User Guide index