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 ExceptionInfo
PrimeExceptionHandler. createExceptionInfo(Throwable rootCause)
Methods in org.primefaces.application.exceptionhandler with parameters of type ExceptionInfo Modifier and Type Method Description protected void
PrimeExceptionHandler. handleAjaxException(javax.faces.context.FacesContext context, Throwable rootCause, ExceptionInfo info)
protected void
PrimeExceptionHandler. handleRedirect(javax.faces.context.FacesContext context, Throwable rootCause, ExceptionInfo info, boolean responseResetted)
-