Package ch.tocco.nice2.dms.api.publish
Class ExceptionHandlerContribution
java.lang.Object
ch.tocco.nice2.dms.api.publish.ExceptionHandlerContribution
- All Implemented Interfaces:
IdentifiableModuleDependentContribution
,ModuleDependentContribution
public class ExceptionHandlerContribution
extends Object
implements IdentifiableModuleDependentContribution
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setExceptionClass
(Class<? extends Exception> exceptionClass) void
setExceptionHandler
(ExceptionHandler exceptionHandler) void
-
Constructor Details
-
ExceptionHandlerContribution
public ExceptionHandlerContribution()
-
-
Method Details
-
getExceptionClass
-
setExceptionClass
-
getExceptionHandler
-
setExceptionHandler
-
getModule
- Specified by:
getModule
in interfaceModuleDependentContribution
-
setModule
- Specified by:
setModule
in interfaceModuleDependentContribution
-
getIdentifier
- Specified by:
getIdentifier
in interfaceIdentifiableModuleDependentContribution
-