Class FlowOutputMappingException

All Implemented Interfaces:
Serializable

public class FlowOutputMappingException extends FlowAttributeMappingException
Thrown when flow output mapping fails.
Author:
Keith Donald
See Also:
  • Constructor Details

    • FlowOutputMappingException

      public FlowOutputMappingException(String flowId, MappingResults results)
      Creates a new flow output mapping exception.
      Parameters:
      flowId - the id of the flow where output mapping failed
      results - the mapping errors with errors
    • FlowOutputMappingException

      public FlowOutputMappingException(String flowId, String stateId, MappingResults results)
      Creates a new flow output mapping exception.
      Parameters:
      flowId - the id of the flow where output mapping failed
      stateId - the id of the state where output mapping failed
      results - the mapping errors with errors