Packages

object ExceptionHandler

Source
ExceptionHandler.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExceptionHandler
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type PF = PartialFunction[Throwable, Route]

Value Members

  1. implicit def apply(pf: PF): ExceptionHandler
  2. def default(settings: RoutingSettings): ExceptionHandler

    Default ExceptionHandler that discards the request's entity by default.

  3. def seal(handler: ExceptionHandler)(implicit settings: RoutingSettings): ExceptionHandler

    Creates a sealed ExceptionHandler from the given one.

    Creates a sealed ExceptionHandler from the given one. Returns the default handler if the given one is null.