net.sf.springlayout.web.controller
Class NoSuchControllerMethodException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.springlayout.web.controller.NoSuchControllerMethodException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchControllerMethodException
extends java.lang.RuntimeException

Provides an exception to report that a supplied method name could not be found in the current class.

Author:
Rob Monie
See Also:
Serialized Form

Constructor Summary
NoSuchControllerMethodException(java.lang.String name, java.lang.Class controllerClass)
          Throw exception with appropriate message based on controller class and the name of the method call that was attempted.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

NoSuchControllerMethodException

public NoSuchControllerMethodException(java.lang.String name,
                                       java.lang.Class controllerClass)
Throw exception with appropriate message based on controller class and the name of the method call that was attempted.

Parameters:
name -
controllerClass -


Copyright © 2005-2007 Spring Layout Team. All Rights Reserved.