package http
Type Members
- case class ApplicationException(result: Result, message: String) extends Exception with Product with Serializable
- abstract class FrontendErrorHandler extends HttpErrorHandler with I18nSupport
Deprecated Type Members
- abstract class LegacyFrontendErrorHandler extends HttpErrorHandler with I18nSupport
FrontendErrorHandlershould be used instead, which supports asynchronous rendering and doesn't pretend to provide aRequest(rather thanRequestHeader), where no request body is available.FrontendErrorHandlershould be used instead, which supports asynchronous rendering and doesn't pretend to provide aRequest(rather thanRequestHeader), where no request body is available.- Annotations
- @deprecated
- Deprecated
(Since version 9.0.0) Use FrontendErrorHandler