org.springframework.webflow.engine.builder
Class FlowBuilderException

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.engine.builder.FlowBuilderException
All Implemented Interfaces:
java.io.Serializable

public class FlowBuilderException
extends FlowException

Exception thrown to indicate a problem while building a flow.

Author:
Erwin Vervaet
See Also:
FlowBuilder, Serialized Form

Constructor Summary
FlowBuilderException(java.lang.String message)
          Create a new flow builder exception.
FlowBuilderException(java.lang.String message, java.lang.Throwable cause)
          Create a new flow builder 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

FlowBuilderException

public FlowBuilderException(java.lang.String message)
Create a new flow builder exception.

Parameters:
message - descriptive message

FlowBuilderException

public FlowBuilderException(java.lang.String message,
                            java.lang.Throwable cause)
Create a new flow builder exception.

Parameters:
message - descriptive message
cause - the underlying cause of this exception


Copyright © 2004-2007. All Rights Reserved.