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