Package org.apache.myfaces.context
Class ExceptionHandlerUtils
- java.lang.Object
-
- org.apache.myfaces.context.ExceptionHandlerUtils
-
public class ExceptionHandlerUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description ExceptionHandlerUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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)
-
-
-
Method Detail
-
isLogStacktrace
protected static boolean isLogStacktrace(FacesContext context, Throwable exception)
-
isLogException
protected static boolean isLogException(FacesContext context, Throwable exception)
-
logException
public static void logException(Throwable exception, UIComponent component, FacesContext context, Logger logger)
-
buildLocation
public static String buildLocation(Throwable ex, UIComponent component)
-
-