Uses of Interface
org.analogweb.ExceptionMapper
-
Packages that use ExceptionMapper Package Description org.analogweb Root of Analog Web Framework This package defines fundamental interfaces.org.analogweb.core Analogweb's core (default) implementations. -
-
Uses of ExceptionMapper in org.analogweb
Methods in org.analogweb that return types with arguments of type ExceptionMapper Modifier and Type Method Description List<ExceptionMapper>
Modules. getExceptionMappers()
Methods in org.analogweb with parameters of type ExceptionMapper Modifier and Type Method Description ModulesBuilder
ModulesBuilder. addExceptionMapper(ExceptionMapper... exceptionMappers)
Method parameters in org.analogweb with type arguments of type ExceptionMapper Modifier and Type Method Description ModulesBuilder
ModulesBuilder. addExceptionMapperClass(Class<? extends ExceptionMapper> exceptionMapperClass)
-
Uses of ExceptionMapper in org.analogweb.core
Classes in org.analogweb.core that implement ExceptionMapper Modifier and Type Class Description class
InvalidRequestFormatExceptionMapper
class
RequestMethodUnsupportedExceptionMapper
class
TypeAssignableFromExceptionMapper<T extends Throwable>
class
UnsupportedMediaTypeExceptionMapper
Methods in org.analogweb.core that return types with arguments of type ExceptionMapper Modifier and Type Method Description protected List<Class<? extends ExceptionMapper>>
DefaultModulesBuilder. getExceptionMapperClasses()
protected List<ExceptionMapper>
DefaultExceptionHandler. getExceptionMappers()
Methods in org.analogweb.core with parameters of type ExceptionMapper Modifier and Type Method Description ModulesBuilder
DefaultModulesBuilder. addExceptionMapper(ExceptionMapper... exceptionMappers)
Method parameters in org.analogweb.core with type arguments of type ExceptionMapper Modifier and Type Method Description ModulesBuilder
DefaultModulesBuilder. addExceptionMapperClass(Class<? extends ExceptionMapper> exceptionMapperClass)
-