trait ExceptionHandler extends PF

Source
ExceptionHandler.scala
Linear Supertypes
PartialFunction[Throwable, Route], (Throwable) ⇒ Route, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExceptionHandler
  2. PartialFunction
  3. Function1
  4. AnyRef
  5. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def apply(v1: Throwable): Route
    Definition Classes
    Function1
  2. abstract def isDefinedAt(x: Throwable): Boolean
    Definition Classes
    PartialFunction
  3. abstract def seal(settings: RoutingSettings): ExceptionHandler

    "Seals" this handler by attaching a default handler as fallback if necessary.

  4. abstract def withFallback(that: ExceptionHandler): ExceptionHandler

    Creates a new ExceptionHandler which uses the given one as fallback for this one.

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from ExceptionHandler to any2stringadd[ExceptionHandler] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ExceptionHandler, B)
    Implicit
    This member is added by an implicit conversion from ExceptionHandler to ArrowAssoc[ExceptionHandler] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def andThen[C](k: (Route) ⇒ C): PartialFunction[Throwable, C]
    Definition Classes
    PartialFunction → Function1
  7. def applyOrElse[A1 <: Throwable, B1 >: Route](x: A1, default: (A1) ⇒ B1): B1
    Definition Classes
    PartialFunction
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. def compose[A](g: (A) ⇒ Throwable): (A) ⇒ Route
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  11. def ensuring(cond: (ExceptionHandler) ⇒ Boolean, msg: ⇒ Any): ExceptionHandler
    Implicit
    This member is added by an implicit conversion from ExceptionHandler to Ensuring[ExceptionHandler] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: (ExceptionHandler) ⇒ Boolean): ExceptionHandler
    Implicit
    This member is added by an implicit conversion from ExceptionHandler to Ensuring[ExceptionHandler] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean, msg: ⇒ Any): ExceptionHandler
    Implicit
    This member is added by an implicit conversion from ExceptionHandler to Ensuring[ExceptionHandler] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean): ExceptionHandler
    Implicit
    This member is added by an implicit conversion from ExceptionHandler to Ensuring[ExceptionHandler] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ExceptionHandler to StringFormat[ExceptionHandler] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def lift: (Throwable) ⇒ Option[Route]
    Definition Classes
    PartialFunction
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def orElse[A1 <: Throwable, B1 >: Route](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
    Definition Classes
    PartialFunction
  27. def runWith[U](action: (Route) ⇒ U): (Throwable) ⇒ Boolean
    Definition Classes
    PartialFunction
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    Function1 → AnyRef → Any
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  33. def [B](y: B): (ExceptionHandler, B)
    Implicit
    This member is added by an implicit conversion from ExceptionHandler to ArrowAssoc[ExceptionHandler] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from PartialFunction[Throwable, Route]

Inherited from (Throwable) ⇒ Route

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ExceptionHandler to any2stringadd[ExceptionHandler]

Inherited by implicit conversion StringFormat from ExceptionHandler to StringFormat[ExceptionHandler]

Inherited by implicit conversion Ensuring from ExceptionHandler to Ensuring[ExceptionHandler]

Inherited by implicit conversion ArrowAssoc from ExceptionHandler to ArrowAssoc[ExceptionHandler]

Ungrouped