Uses of Class
spark.ExceptionMapper
Packages that use ExceptionMapper
-
Uses of ExceptionMapper in spark
Methods in spark that return ExceptionMapperModifier and TypeMethodDescriptionstatic ExceptionMapperExceptionMapper.getInstance()Deprecated.static ExceptionMapperExceptionMapper.getServletInstance()Returns exception mapper instance used in servlet mode -
Uses of ExceptionMapper in spark.embeddedserver
Methods in spark.embeddedserver with parameters of type ExceptionMapperModifier and TypeMethodDescriptionEmbeddedServerFactory.create(Routes routeMatcher, StaticFilesConfiguration staticFilesConfiguration, ExceptionMapper exceptionMapper, boolean hasMultipleHandler) Creates an embedded server instance.static EmbeddedServerEmbeddedServers.create(Object identifier, Routes routeMatcher, ExceptionMapper exceptionMapper, StaticFilesConfiguration staticFilesConfiguration, boolean multipleHandlers) Creates an embedded server of type corresponding to the provided identifier. -
Uses of ExceptionMapper in spark.embeddedserver.jetty
Methods in spark.embeddedserver.jetty with parameters of type ExceptionMapperModifier and TypeMethodDescriptionEmbeddedJettyFactory.create(Routes routeMatcher, StaticFilesConfiguration staticFilesConfiguration, ExceptionMapper exceptionMapper, boolean hasMultipleHandler) -
Uses of ExceptionMapper in spark.http.matching
Constructors in spark.http.matching with parameters of type ExceptionMapperModifierConstructorDescriptionMatcherFilter(Routes routeMatcher, StaticFilesConfiguration staticFiles, ExceptionMapper exceptionMapper, boolean externalContainer, boolean hasOtherHandlers) Constructor