Skip to content
Snippets Groups Projects
Paul-Christian Volkmer's avatar
Paul-Christian Volkmer authored
This patch uses AbstractController class to add exception handlers
into controllers. These handlers are used to detect some runtime exceptions
which can be thrown in any layer e.g. DAO or service layer.
They recognize NotFoundException and ForbiddenException. Test classes are
able to check if any of these exceptions are thrown during runtime.
07b92a47
Name Last commit Last update
..