org.resthub.web.springmvc.router.exceptions
Class NoRouteFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
method
public String method
path
public String path
NoRouteFoundException
public NoRouteFoundException(String method,
String path)
toString
public String toString()
- Overrides:
toString in class Throwable
Copyright © 2010-2012. All Rights Reserved.