Skip to content
Snippets Groups Projects
Commit 07b92a47 authored by Paul-Christian Volkmer's avatar Paul-Christian Volkmer
Browse files

Some important changes to check what kind of error occures on request

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.
parent 11cedd1b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment