Uses of Class
org.primefaces.application.exceptionhandler.ExceptionInfo
-
Packages that use ExceptionInfo Package Description org.primefaces.application.exceptionhandler -
-
Uses of ExceptionInfo in org.primefaces.application.exceptionhandler
Methods in org.primefaces.application.exceptionhandler that return ExceptionInfo Modifier and Type Method Description protected ExceptionInfoPrimeExceptionHandler. createExceptionInfo(Throwable rootCause)Methods in org.primefaces.application.exceptionhandler with parameters of type ExceptionInfo Modifier and Type Method Description protected voidPrimeExceptionHandler. handleAjaxException(javax.faces.context.FacesContext context, Throwable rootCause, ExceptionInfo info)protected voidPrimeExceptionHandler. handleRedirect(javax.faces.context.FacesContext context, Throwable rootCause, ExceptionInfo info, boolean responseResetted)
-