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