org.springframework.webflow.executor.support
Class ResponseInstructionHandler.RuntimeResponseHandlingException

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.executor.support.ResponseInstructionHandler.RuntimeResponseHandlingException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ResponseInstructionHandler

public static class ResponseInstructionHandler.RuntimeResponseHandlingException
extends org.springframework.core.NestedRuntimeException

Thrown during handleQuietly.

Author:
Keith Donald
See Also:
Serialized Form

Constructor Summary
ResponseInstructionHandler.RuntimeResponseHandlingException(java.lang.String message, java.lang.Throwable cause)
           
 
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

ResponseInstructionHandler.RuntimeResponseHandlingException

public ResponseInstructionHandler.RuntimeResponseHandlingException(java.lang.String message,
                                                                   java.lang.Throwable cause)


Copyright © 2004-2007. All Rights Reserved.