Package play.mvc.results
Class Error
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- play.utils.FastRuntimeException
-
- play.mvc.results.Result
-
- play.mvc.results.Error
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
BadRequest
,Forbidden
public class Error extends Result
500 Error- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply(Http.Request request, Http.Response response)
int
getStatus()
-
Methods inherited from class play.mvc.results.Result
getEncoding, setContentTypeIfNotSet
-
Methods inherited from class play.utils.FastRuntimeException
fillInStackTrace
-
-
-
-
Method Detail
-
apply
public void apply(Http.Request request, Http.Response response)
-
getStatus
public int getStatus()
-
-