Class UserPortalExceptionHandler
java.lang.Object
de.xima.fc.user_portal.exceptions.UserPortalExceptionHandler
Exception handler for exceptions that occur within the context of a user portal.
- Since:
- 8.2.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleThrowable(org.apache.deltaspike.core.api.exception.control.event.ExceptionEvent<Throwable> event) Handles an exception that occurred within the context of a user portal.
-
Constructor Details
-
UserPortalExceptionHandler
public UserPortalExceptionHandler()
-
-
Method Details
-
handleThrowable
public void handleThrowable(@Handles org.apache.deltaspike.core.api.exception.control.event.ExceptionEvent<Throwable> event) Handles an exception that occurred within the context of a user portal.- Parameters:
event- The event that contains the exception.
-