Class FlowBuilderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.webflow.core.FlowException
org.springframework.webflow.engine.builder.FlowBuilderException
- All Implemented Interfaces:
Serializable
Exception thrown to indicate a problem while building a flow.
- Author:
- Erwin Vervaet
- See Also:
-
Constructor Summary
ConstructorDescriptionFlowBuilderException
(String message) Create a new flow builder exception.FlowBuilderException
(String message, Throwable cause) Create a new flow builder exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FlowBuilderException
Create a new flow builder exception.- Parameters:
message
- descriptive message
-
FlowBuilderException
Create a new flow builder exception.- Parameters:
message
- descriptive messagecause
- the underlying cause of this exception
-