org.springframework.webflow.executor.jsf
Class JsfFlowConfigurationException

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.jsf.JsfFlowConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class JsfFlowConfigurationException
extends FlowException

Thrown when there is a configuration error with SWF within a JSF environment.

Author:
Keith Donald
See Also:
Serialized Form

Constructor Summary
JsfFlowConfigurationException(java.lang.String msg)
           
JsfFlowConfigurationException(java.lang.String msg, 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

JsfFlowConfigurationException

public JsfFlowConfigurationException(java.lang.String msg)

JsfFlowConfigurationException

public JsfFlowConfigurationException(java.lang.String msg,
                                     java.lang.Throwable cause)


Copyright © 2004-2007. All Rights Reserved.