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

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.NoHandlerFoundException
All Implemented Interfaces:
Serializable

public class NoHandlerFoundException
extends RuntimeException

Exception: No handler found (during routing)

Author:
Brian Clozel
See Also:
Router, Serialized Form

Constructor Summary
NoHandlerFoundException(String action, Map<String,Object> args)
           
 
Method Summary
 String getAction()
           
 Map<String,Object> getArgs()
           
 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
 

Constructor Detail

NoHandlerFoundException

public NoHandlerFoundException(String action,
                               Map<String,Object> args)
Method Detail

getAction

public String getAction()

getArgs

public Map<String,Object> getArgs()

toString

public String toString()
Overrides:
toString in class Throwable


Copyright © 2010-2012. All Rights Reserved.