Class FlowBuilderException

All Implemented Interfaces:
Serializable

public class FlowBuilderException extends FlowException
Exception thrown to indicate a problem while building a flow.
Author:
Erwin Vervaet
See Also:
  • Constructor Details

    • FlowBuilderException

      public FlowBuilderException(String message)
      Create a new flow builder exception.
      Parameters:
      message - descriptive message
    • FlowBuilderException

      public FlowBuilderException(String message, Throwable cause)
      Create a new flow builder exception.
      Parameters:
      message - descriptive message
      cause - the underlying cause of this exception