Class GenericCasWebflowExceptionHandler
- java.lang.Object
-
- org.apereo.cas.web.flow.authentication.GenericCasWebflowExceptionHandler
-
- All Implemented Interfaces:
CasWebflowExceptionHandler<java.lang.Exception>,org.springframework.core.Ordered
public class GenericCasWebflowExceptionHandler extends java.lang.Object implements CasWebflowExceptionHandler<java.lang.Exception>
This isGenericCasWebflowExceptionHandler.- Since:
- 6.1.0
-
-
Field Summary
-
Fields inherited from interface org.apereo.cas.web.flow.authentication.CasWebflowExceptionHandler
UNKNOWN
-
-
Constructor Summary
Constructors Constructor Description GenericCasWebflowExceptionHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.springframework.binding.message.MessageResolverbuildErrorMessageResolver(java.lang.Exception exception, org.springframework.webflow.execution.RequestContext requestContext)Build error message resolver.org.springframework.webflow.execution.Eventhandle(java.lang.Exception exception, org.springframework.webflow.execution.RequestContext requestContext)Handle event.booleansupports(java.lang.Exception exception, org.springframework.webflow.execution.RequestContext requestContext)Supports exception.
-
-
-
Method Detail
-
handle
public org.springframework.webflow.execution.Event handle(java.lang.Exception exception, org.springframework.webflow.execution.RequestContext requestContext)Description copied from interface:CasWebflowExceptionHandlerHandle event.- Specified by:
handlein interfaceCasWebflowExceptionHandler<java.lang.Exception>- Parameters:
exception- the exceptionrequestContext- the request context- Returns:
- the event
-
buildErrorMessageResolver
protected org.springframework.binding.message.MessageResolver buildErrorMessageResolver(java.lang.Exception exception, org.springframework.webflow.execution.RequestContext requestContext)Build error message resolver.- Parameters:
exception- the exceptionrequestContext- the request context- Returns:
- the message resolver
-
supports
public boolean supports(java.lang.Exception exception, org.springframework.webflow.execution.RequestContext requestContext)Description copied from interface:CasWebflowExceptionHandlerSupports exception.- Specified by:
supportsin interfaceCasWebflowExceptionHandler<java.lang.Exception>- Parameters:
exception- the exceptionrequestContext- the request context- Returns:
- true/false
-
-