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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetExceptionClass(Class<? extends Exception> exceptionClass) voidsetExceptionHandler(ExceptionHandler exceptionHandler) void
- 
Constructor Details- 
ExceptionHandlerContributionpublic ExceptionHandlerContribution()
 
- 
- 
Method Details- 
getExceptionClass
- 
setExceptionClass
- 
getExceptionHandler
- 
setExceptionHandler
- 
getModule- Specified by:
- getModulein interface- ModuleDependentContribution
 
- 
setModule- Specified by:
- setModulein interface- ModuleDependentContribution
 
- 
getIdentifier- Specified by:
- getIdentifierin interface- IdentifiableModuleDependentContribution
 
 
-