Class DefaultCasWebflowExceptionCatalog
- java.lang.Object
-
- org.apereo.cas.web.flow.authentication.DefaultCasWebflowExceptionCatalog
-
- All Implemented Interfaces:
CasWebflowExceptionCatalog
public class DefaultCasWebflowExceptionCatalog extends java.lang.Object implements CasWebflowExceptionCatalog
This isDefaultCasWebflowExceptionCatalog.- Since:
- 6.5.0
-
-
Constructor Summary
Constructors Constructor Description DefaultCasWebflowExceptionCatalog()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidregisterException(java.lang.Class<? extends java.lang.Throwable> throwable)Register exception.voidregisterExceptions(java.util.Collection<java.lang.Class<? extends java.lang.Throwable>> throwable)Register exception.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apereo.cas.web.flow.authentication.CasWebflowExceptionCatalog
getRegisteredExceptions
-
-
-
-
Method Detail
-
registerException
public void registerException(java.lang.Class<? extends java.lang.Throwable> throwable)
Description copied from interface:CasWebflowExceptionCatalogRegister exception.- Specified by:
registerExceptionin interfaceCasWebflowExceptionCatalog- Parameters:
throwable- the throwable
-
registerExceptions
public void registerExceptions(java.util.Collection<java.lang.Class<? extends java.lang.Throwable>> throwable)
Description copied from interface:CasWebflowExceptionCatalogRegister exception.- Specified by:
registerExceptionsin interfaceCasWebflowExceptionCatalog- Parameters:
throwable- the throwable
-
-