Package org.apache.myfaces.context
Class ExceptionHandlerUtils
java.lang.Object
org.apache.myfaces.context.ExceptionHandlerUtils
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic StringbuildLocation(Throwable ex, UIComponent component) protected static booleanisLogException(FacesContext context, Throwable exception) protected static booleanisLogStacktrace(FacesContext context, Throwable exception) static voidlogException(Throwable exception, UIComponent component, FacesContext context, Logger logger) 
- 
Constructor Details- 
ExceptionHandlerUtilspublic ExceptionHandlerUtils()
 
- 
- 
Method Details- 
isLogStacktrace
- 
isLogException
- 
logExceptionpublic static void logException(Throwable exception, UIComponent component, FacesContext context, Logger logger) 
- 
buildLocation
 
-