play.api.PlayException

ExceptionAttachment

trait ExceptionAttachment extends AnyRef

Adds any attachment to a Play exception.

Self Type
ExceptionAttachment with PlayException
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. ExceptionAttachment
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Abstract Value Members

  1. def content : String

    Content to be displayed.

    Content to be displayed.

    Attributes
    abstract
  2. def subTitle : String

    Content title.

    Content title.

    Attributes
    abstract