|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException play.mvc.results.Result play.mvc.results.NotFound
public class NotFound
404 not found
Constructor Summary | |
---|---|
NotFound(java.lang.String why)
|
|
NotFound(java.lang.String method,
java.lang.String path)
|
Method Summary | |
---|---|
void |
apply(Http.Request request,
Http.Response response)
|
Methods inherited from class play.mvc.results.Result |
---|
setContentTypeIfNotSet |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NotFound(java.lang.String why)
why
- a description of the problempublic NotFound(java.lang.String method, java.lang.String path)
method
- routed methodpath
- routed pathMethod Detail |
---|
public void apply(Http.Request request, Http.Response response)
apply
in class Result
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |