org.resthub.web.springmvc.router.exceptions
Class NoRouteFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.resthub.web.springmvc.router.exceptions.NoRouteFoundException
All Implemented Interfaces:
Serializable

public class NoRouteFoundException
extends RuntimeException

Exception: No route found (during reverse routing)

Author:
Brian Clozel
See Also:
Router, Serialized Form

Field Summary
 String method
           
 String path
           
 
Constructor Summary
NoRouteFoundException(String method, String path)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

method

public String method

path

public String path
Constructor Detail

NoRouteFoundException

public NoRouteFoundException(String method,
                             String path)
Method Detail

toString

public String toString()
Overrides:
toString in class Throwable


Copyright © 2010-2012. All Rights Reserved.