Package org.apache.myfaces.context
Class ExceptionHandlerUtils
java.lang.Object
org.apache.myfaces.context.ExceptionHandlerUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
buildLocation
(Throwable ex, UIComponent component) protected static boolean
isLogException
(FacesContext context, Throwable exception) protected static boolean
isLogStacktrace
(FacesContext context, Throwable exception) static void
logException
(Throwable exception, UIComponent component, FacesContext context, Logger logger)
-
Constructor Details
-
ExceptionHandlerUtils
public ExceptionHandlerUtils()
-
-
Method Details
-
isLogStacktrace
-
isLogException
-
logException
public static void logException(Throwable exception, UIComponent component, FacesContext context, Logger logger) -
buildLocation
-