play.mvc.results
Class NotFound

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by play.utils.FastRuntimeException
                  extended by play.mvc.results.Result
                      extended by play.mvc.results.NotFound
All Implemented Interfaces:
java.io.Serializable

public class NotFound
extends Result

404 not found

See Also:
Serialized Form

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
getEncoding, 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

NotFound

public NotFound(java.lang.String why)
Parameters:
why - a description of the problem

NotFound

public NotFound(java.lang.String method,
                java.lang.String path)
Parameters:
method - routed method
path - routed path
Method Detail

apply

public void apply(Http.Request request,
                  Http.Response response)
Specified by:
apply in class Result


Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly