Package org.gluu.oxtrust.exception
Class GlobalExceptionHandler
- java.lang.Object
-
- javax.faces.context.ExceptionHandler
-
- javax.faces.context.ExceptionHandlerWrapper
-
- org.gluu.oxtrust.exception.GlobalExceptionHandler
-
- All Implemented Interfaces:
java.util.EventListener
,javax.faces.event.FacesListener
,javax.faces.event.SystemEventListener
,javax.faces.FacesWrapper<javax.faces.context.ExceptionHandler>
public class GlobalExceptionHandler extends javax.faces.context.ExceptionHandlerWrapper
Created by eugeniuparvan on 5/23/17.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.faces.context.ExceptionHandler
getWrapped()
void
handle()
protected void
storeRequestURI()
-
-
-
Method Detail
-
getWrapped
public javax.faces.context.ExceptionHandler getWrapped()
- Specified by:
getWrapped
in interfacejavax.faces.FacesWrapper<javax.faces.context.ExceptionHandler>
- Overrides:
getWrapped
in classjavax.faces.context.ExceptionHandlerWrapper
-
handle
public void handle() throws javax.faces.FacesException
- Overrides:
handle
in classjavax.faces.context.ExceptionHandlerWrapper
- Throws:
javax.faces.FacesException
-
storeRequestURI
protected void storeRequestURI()
-
-