Package com.github.adminfaces.template.exception
-
Class Summary Class Description CustomExceptionHandler Based on: https://github.com/conventions/core/blob/master/src/main/java/org/conventionsframework/exception/ConventionsExceptionHandler.java This handler adds FacesMessages when BusinessExceptions are thrown OR sends user to error page when unexpected exception are raised.CustomExceptionHandlerFactory -
Exception Summary Exception Description AccessDeniedException Created by rmpestano on 18/02/17.BusinessException Based on https://github.com/conventions/core/blob/master/src/main/java/org/conventionsframework/exception/BusinessException.java Application exception used to show faces messages when business exception is thrown.