org.springframework.webflow.util
Class DispatchMethodInvoker.MethodLookupException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.core.NestedRuntimeException
                  extended by org.springframework.webflow.util.DispatchMethodInvoker.MethodLookupException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
DispatchMethodInvoker

public static class DispatchMethodInvoker.MethodLookupException
extends org.springframework.core.NestedRuntimeException

Thrown when a dispatch method could not be resolved.

See Also:
Serialized Form

Constructor Summary
DispatchMethodInvoker.MethodLookupException(java.lang.String msg, java.lang.Throwable ex)
          Create a new method lookup exception.
 
Method Summary
 
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getCause, getMessage, getMostSpecificCause, getRootCause, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DispatchMethodInvoker.MethodLookupException

public DispatchMethodInvoker.MethodLookupException(java.lang.String msg,
                                                   java.lang.Throwable ex)
Create a new method lookup exception.

Parameters:
msg - a descriptive message
ex - the underlying cause of this exception


Copyright © 2004-2007. All Rights Reserved.