Package play.api

Class PlayException.ExceptionAttachment

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PlayException.RichDescription
Enclosing class:
PlayException

public abstract static class PlayException.ExceptionAttachment extends PlayException
Adds any attachment to a Play exception.
See Also:
  • Constructor Details

    • ExceptionAttachment

      public ExceptionAttachment(String title, String description, Throwable cause)
    • ExceptionAttachment

      public ExceptionAttachment(String title, String description)
  • Method Details

    • subTitle

      public abstract String subTitle()
      Content title.
      Returns:
      content title.
    • content

      public abstract String content()
      Content to be displayed.
      Returns:
      content to be displayed.