Uses of Class
org.omnifaces.exceptionhandler.FullAjaxExceptionHandler.LogReason
-
Packages that use FullAjaxExceptionHandler.LogReason Package Description org.omnifaces.exceptionhandler -
-
Uses of FullAjaxExceptionHandler.LogReason in org.omnifaces.exceptionhandler
Methods in org.omnifaces.exceptionhandler that return FullAjaxExceptionHandler.LogReason Modifier and Type Method Description static FullAjaxExceptionHandler.LogReason
FullAjaxExceptionHandler.LogReason. valueOf(String name)
Returns the enum constant of this type with the specified name.static FullAjaxExceptionHandler.LogReason[]
FullAjaxExceptionHandler.LogReason. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.omnifaces.exceptionhandler with parameters of type FullAjaxExceptionHandler.LogReason Modifier and Type Method Description protected void
FullAjaxExceptionHandler. logException(FacesContext context, Throwable exception, String location, FullAjaxExceptionHandler.LogReason reason)
Log the thrown exception and determined error page location for the given log reason.
-