Packages

package http

Type Members

  1. case class ApplicationException(result: Result, message: String) extends Exception with Product with Serializable
  2. abstract class FrontendErrorHandler extends HttpErrorHandler with I18nSupport

Deprecated Type Members

  1. abstract class LegacyFrontendErrorHandler extends HttpErrorHandler with I18nSupport

    FrontendErrorHandler should be used instead, which supports asynchronous rendering and doesn't pretend to provide a Request (rather than RequestHeader), where no request body is available.

    FrontendErrorHandler should be used instead, which supports asynchronous rendering and doesn't pretend to provide a Request (rather than RequestHeader), where no request body is available.

    Annotations
    @deprecated
    Deprecated

    (Since version 9.0.0) Use FrontendErrorHandler

Ungrouped