Class ExceptionHandler$
java.lang.Object
org.apache.pekko.http.scaladsl.server.ExceptionHandler$
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final ExceptionHandler$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionapply(scala.PartialFunction<Throwable, scala.Function1<RequestContext, scala.concurrent.Future<RouteResult>>> pf) seal(ExceptionHandler handler, RoutingSettings settings) Creates a sealed ExceptionHandler from the given one.
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
ExceptionHandler$public ExceptionHandler$()
 
- 
- 
Method Details- 
ErrorMessageTemplate
- 
applypublic ExceptionHandler apply(scala.PartialFunction<Throwable, scala.Function1<RequestContext, scala.concurrent.Future<RouteResult>>> pf) 
- 
sealCreates a sealed ExceptionHandler from the given one. Returns the default handler if the given one isnull.- Parameters:
- handler- (undocumented)
- settings- (undocumented)
- Returns:
- (undocumented)
 
 
-