Trait/Object

akka.http.scaladsl.server

ExceptionHandler

Related Docs: object ExceptionHandler | package server

Permalink

trait ExceptionHandler extends PF

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

Abstract Value Members

  1. abstract def apply(v1: Throwable): Route

    Permalink
    Definition Classes
    Function1
  2. abstract def isDefinedAt(x: Throwable): Boolean

    Permalink
    Definition Classes
    PartialFunction
  3. abstract def seal(settings: RoutingSettings): ExceptionHandler

    Permalink

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

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

    Permalink

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

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    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)

    Permalink
    Implicit information
    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

    Permalink
    Definition Classes
    AnyRef → Any
  6. def andThen[C](k: (Route) ⇒ C): PartialFunction[Throwable, C]

    Permalink
    Definition Classes
    PartialFunction → Function1
  7. def applyOrElse[A1 <: Throwable, B1 >: Route](x: A1, default: (A1) ⇒ B1): B1

    Permalink
    Definition Classes
    PartialFunction
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def compose[A](g: (A) ⇒ Throwable): (A) ⇒ Route

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  11. def ensuring(cond: (ExceptionHandler) ⇒ Boolean, msg: ⇒ Any): ExceptionHandler

    Permalink
    Implicit information
    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

    Permalink
    Implicit information
    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

    Permalink
    Implicit information
    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

    Permalink
    Implicit information
    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

    Permalink
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    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[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. def lift: (Throwable) ⇒ Option[Route]

    Permalink
    Definition Classes
    PartialFunction
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. def orElse[A1 <: Throwable, B1 >: Route](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]

    Permalink
    Definition Classes
    PartialFunction
  27. def runWith[U](action: (Route) ⇒ U): (Throwable) ⇒ Boolean

    Permalink
    Definition Classes
    PartialFunction
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def toString(): String

    Permalink
    Definition Classes
    Function1 → AnyRef → Any
  30. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. def [B](y: B): (ExceptionHandler, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ExceptionHandler to ArrowAssoc[ExceptionHandler] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def andThen[C](k: (Route) ⇒ C): PartialFunction[Throwable, C]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ExceptionHandler to ExceptionHandler performed by method apply in akka.http.scaladsl.server.ExceptionHandler.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (exceptionHandler: ExceptionHandler).andThen(k)
    Definition Classes
    PartialFunction → Function1
  2. def apply(v1: Throwable): Route

    Permalink
    Implicit information
    This member is added by an implicit conversion from ExceptionHandler to ExceptionHandler performed by method apply in akka.http.scaladsl.server.ExceptionHandler.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (exceptionHandler: ExceptionHandler).apply(v1)
    Definition Classes
    Function1
  3. def applyOrElse[A1 <: Throwable, B1 >: Route](x: A1, default: (A1) ⇒ B1): B1

    Permalink
    Implicit information
    This member is added by an implicit conversion from ExceptionHandler to ExceptionHandler performed by method apply in akka.http.scaladsl.server.ExceptionHandler.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (exceptionHandler: ExceptionHandler).applyOrElse(x, default)
    Definition Classes
    PartialFunction
  4. def compose[A](g: (A) ⇒ Throwable): (A) ⇒ Route

    Permalink
    Implicit information
    This member is added by an implicit conversion from ExceptionHandler to ExceptionHandler performed by method apply in akka.http.scaladsl.server.ExceptionHandler.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (exceptionHandler: ExceptionHandler).compose(g)
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  5. def isDefinedAt(x: Throwable): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from ExceptionHandler to ExceptionHandler performed by method apply in akka.http.scaladsl.server.ExceptionHandler.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (exceptionHandler: ExceptionHandler).isDefinedAt(x)
    Definition Classes
    PartialFunction
  6. def lift: (Throwable) ⇒ Option[Route]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ExceptionHandler to ExceptionHandler performed by method apply in akka.http.scaladsl.server.ExceptionHandler.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (exceptionHandler: ExceptionHandler).lift
    Definition Classes
    PartialFunction
  7. def orElse[A1 <: Throwable, B1 >: Route](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ExceptionHandler to ExceptionHandler performed by method apply in akka.http.scaladsl.server.ExceptionHandler.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (exceptionHandler: ExceptionHandler).orElse(that)
    Definition Classes
    PartialFunction
  8. def runWith[U](action: (Route) ⇒ U): (Throwable) ⇒ Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from ExceptionHandler to ExceptionHandler performed by method apply in akka.http.scaladsl.server.ExceptionHandler.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (exceptionHandler: ExceptionHandler).runWith(action)
    Definition Classes
    PartialFunction
  9. def seal(settings: RoutingSettings): ExceptionHandler

    Permalink

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

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

    Implicit information
    This member is added by an implicit conversion from ExceptionHandler to ExceptionHandler performed by method apply in akka.http.scaladsl.server.ExceptionHandler.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (exceptionHandler: ExceptionHandler).seal(settings)
  10. def toString(): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ExceptionHandler to ExceptionHandler performed by method apply in akka.http.scaladsl.server.ExceptionHandler.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (exceptionHandler: ExceptionHandler).toString()
    Definition Classes
    Function1 → AnyRef → Any
  11. def withFallback(that: ExceptionHandler): ExceptionHandler

    Permalink

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

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

    Implicit information
    This member is added by an implicit conversion from ExceptionHandler to ExceptionHandler performed by method apply in akka.http.scaladsl.server.ExceptionHandler.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (exceptionHandler: ExceptionHandler).withFallback(that)

Inherited from PartialFunction[Throwable, Route]

Inherited from (Throwable) ⇒ Route

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion apply from ExceptionHandler to ExceptionHandler

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