Package akka.http.javadsl.server
Class ExceptionHandler$
- java.lang.Object
-
- akka.http.javadsl.server.ExceptionHandler$
-
public class ExceptionHandler$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static ExceptionHandler$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ExceptionHandler$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExceptionHandlerBuilder
newBuilder()
Creates a new builder DSL for creating an ExceptionHandlerExceptionHandler
of(scala.PartialFunction<java.lang.Throwable,Route> pf)
INTERNAL API
-
-
-
Field Detail
-
MODULE$
public static final ExceptionHandler$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
newBuilder
public ExceptionHandlerBuilder newBuilder()
Creates a new builder DSL for creating an ExceptionHandler- Returns:
- (undocumented)
-
of
public ExceptionHandler of(scala.PartialFunction<java.lang.Throwable,Route> pf)
INTERNAL API
-
-