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 |
---|---|
ExceptionHandlerBuilder |
newBuilder()
Creates a new builder DSL for creating an ExceptionHandler
|
ExceptionHandler |
of(scala.PartialFunction<java.lang.Throwable,Route> pf)
INTERNAL API
|
public static final ExceptionHandler$ MODULE$
public ExceptionHandlerBuilder newBuilder()
public ExceptionHandler of(scala.PartialFunction<java.lang.Throwable,Route> pf)