public class ExceptionHandler$
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static ExceptionHandler$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
ExceptionHandler$() |
Modifier and Type | Method and Description |
---|---|
ExceptionHandler |
apply(scala.PartialFunction<java.lang.Throwable,scala.Function1<RequestContext,scala.concurrent.Future<RouteResult>>> pf) |
java.lang.String |
ErrorMessageTemplate() |
ExceptionHandler |
seal(ExceptionHandler handler,
RoutingSettings settings)
Creates a sealed ExceptionHandler from the given one.
|
public static final ExceptionHandler$ MODULE$
public java.lang.String ErrorMessageTemplate()
public ExceptionHandler apply(scala.PartialFunction<java.lang.Throwable,scala.Function1<RequestContext,scala.concurrent.Future<RouteResult>>> pf)
public ExceptionHandler seal(ExceptionHandler handler, RoutingSettings settings)
null
.handler
- (undocumented)settings
- (undocumented)