• Paul-Christian Volkmer's avatar
    Some important changes to check what kind of error occures on request · 07b92a47
    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