org.springframework.webflow.executor.support
Class FlowExecutorArgumentExtractionException

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.core.FlowException
                      extended by org.springframework.webflow.executor.support.FlowExecutorArgumentExtractionException
All Implemented Interfaces:
java.io.Serializable

public class FlowExecutorArgumentExtractionException
extends FlowException

An exception thrown by a flow executor argument extractor when an argument could not be extracted.

Author:
Keith Donald
See Also:
FlowExecutorArgumentExtractor, Serialized Form

Constructor Summary
FlowExecutorArgumentExtractionException(java.lang.String msg)
          Creates a new argument extraction exception.
FlowExecutorArgumentExtractionException(java.lang.String msg, java.lang.Throwable cause)
          Creates a new argument extraction exception.
 
Method Summary
 
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

FlowExecutorArgumentExtractionException

public FlowExecutorArgumentExtractionException(java.lang.String msg)
Creates a new argument extraction exception.

Parameters:
msg - a descriptive message

FlowExecutorArgumentExtractionException

public FlowExecutorArgumentExtractionException(java.lang.String msg,
                                               java.lang.Throwable cause)
Creates a new argument extraction exception.

Parameters:
msg - a descriptive message
cause - the cause


Copyright © 2009 Spring Framework. All Rights Reserved.