Package play.api

Class PlayException.ExceptionAttachment

    • Constructor Detail

      • ExceptionAttachment

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

        public ExceptionAttachment​(String title,
                                   String description)
    • Method Detail

      • subTitle

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

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