Uses of Class
com.github.adminfaces.template.exception.BusinessException
-
Packages that use BusinessException Package Description com.github.adminfaces.template.exception -
-
Uses of BusinessException in com.github.adminfaces.template.exception
Methods in com.github.adminfaces.template.exception that return BusinessException Modifier and Type Method Description BusinessExceptionBusinessException. addException(BusinessException be)BusinessExceptionBusinessException. setDetail(String detail)BusinessExceptionBusinessException. setExceptionList(List<BusinessException> exceptionList)BusinessExceptionBusinessException. setFieldId(String fieldId)BusinessExceptionBusinessException. setSeverity(jakarta.faces.application.FacesMessage.Severity severity)BusinessExceptionBusinessException. setSummary(String summary)Methods in com.github.adminfaces.template.exception that return types with arguments of type BusinessException Modifier and Type Method Description List<BusinessException>BusinessException. getExceptionList()Methods in com.github.adminfaces.template.exception with parameters of type BusinessException Modifier and Type Method Description BusinessExceptionBusinessException. addException(BusinessException be)Method parameters in com.github.adminfaces.template.exception with type arguments of type BusinessException Modifier and Type Method Description BusinessExceptionBusinessException. setExceptionList(List<BusinessException> exceptionList)
-