|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
play.utils.FastRuntimeException
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 play.utils.FastRuntimeException |
|---|
fillInStackTrace |
| Methods inherited from class java.lang.Throwable |
|---|
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 problem
public NotFound(java.lang.String method,
java.lang.String path)
method - routed methodpath - routed path| Method 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 | |||||||||