Modifier and Type | Class and Description |
---|---|
class |
ExtensionNotSupportedExceptionMapper
|
class |
ParameterValidationExceptionMapper |
class |
ResponseBuildExceptionMapper
|
class |
RestApiIllegalRequestParameterExceptionMapper
|
Modifier and Type | Class and Description |
---|---|
class |
AttachmentIsEmptyExceptionMapper
Mapper for AttachmentIsEmptyExceptionMapper
|
Modifier and Type | Class and Description |
---|---|
class |
NoPreviewAvailableExceptionMapper
ExceptionMapper for
NoPreviewAvailableException |
Modifier and Type | Class and Description |
---|---|
class |
IllegalRequestParameterExceptionMapper |
Modifier and Type | Method and Description |
---|---|
<T extends Throwable> |
ExceptionMapperRegistry.addExceptionMapper(ExceptionMapper<T> exceptionMapper)
Adds an
ExceptionMapper to the list of mappers. |
<T extends Throwable> |
ExceptionMapperRegistry.removeExceptionMapper(ExceptionMapper<T> exceptionMapper)
Removes the given mapper.
|
Modifier and Type | Class and Description |
---|---|
class |
NoNoteSpecifiedExceptionMapper |
class |
NoTopicIdentifierSpecifiedExceptionMapper
exception mapper
|
class |
NoTopicSpecifiedExceptionMapper
exception mapper
|
Modifier and Type | Class and Description |
---|---|
class |
MessageParsingExceptionMapper
Exception mapper for the parsing exception
|
class |
MessageValidationExceptionMapper
Exception mapper for the validation exception
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractExceptionMapper<T extends Throwable> |
Modifier and Type | Method and Description |
---|---|
<T extends Throwable> |
ExceptionMapperManagement.addExceptionMapper(ExceptionMapper<T> exceptionMapper)
Adds an
ExceptionMapper to the list of mappers. |
<T extends Throwable> |
ExceptionMapperManagement.removeExceptionMapper(ExceptionMapper<T> exceptionMapper)
Removes the given mapper.
|
Modifier and Type | Method and Description |
---|---|
<T extends Throwable> |
ExceptionMapperManagement.addExceptionMappers(Set<ExceptionMapper<T>> exceptionMappers)
Adds a list of
ExceptionMapper to the list of mappers. |
Copyright © 2019 Communote team. All rights reserved.