Package io.goobi.viewer.exceptions
Class MyExceptionHandler
java.lang.Object
javax.faces.context.ExceptionHandler
javax.faces.context.ExceptionHandlerWrapper
io.goobi.viewer.exceptions.MyExceptionHandler
- All Implemented Interfaces:
EventListener
,javax.faces.event.FacesListener
,javax.faces.event.SystemEventListener
,javax.faces.FacesWrapper<javax.faces.context.ExceptionHandler>
public class MyExceptionHandler
extends javax.faces.context.ExceptionHandlerWrapper
MyExceptionHandler class.
-
Constructor Summary
ConstructorDescriptionMyExceptionHandler
(javax.faces.context.ExceptionHandler wrapped) Constructor for MyExceptionHandler. -
Method Summary
Modifier and TypeMethodDescriptiongetSessionDetails
(javax.faces.context.FacesContext fc) void
handle()
void
putNavigationState
(Map<String, Object> requestMap, javax.faces.context.Flash flash) Methods inherited from class javax.faces.context.ExceptionHandlerWrapper
getHandledExceptionQueuedEvent, getHandledExceptionQueuedEvents, getRootCause, getUnhandledExceptionQueuedEvents, getWrapped, isListenerForSource, processEvent
-
Constructor Details
-
MyExceptionHandler
public MyExceptionHandler(javax.faces.context.ExceptionHandler wrapped) Constructor for MyExceptionHandler.
- Parameters:
wrapped
- aExceptionHandler
object.
-
-
Method Details
-
handle
public void handle() throws javax.faces.FacesException- Overrides:
handle
in classjavax.faces.context.ExceptionHandlerWrapper
- Throws:
javax.faces.FacesException
-
createRecodLimitExceededMessage
- Parameters:
t
-- Returns:
- String
-
getSessionDetails
- Parameters:
fc
-- Returns:
- String
-