Class FlowInputMappingException

All Implemented Interfaces:
Serializable

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

    • FlowInputMappingException

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

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