Class FlowAttributeMappingException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FlowInputMappingException, FlowOutputMappingException

public class FlowAttributeMappingException extends FlowExecutionException
Base class for attribute mapping failures.
Author:
Keith Donald
See Also:
  • Constructor Details

    • FlowAttributeMappingException

      public FlowAttributeMappingException(String flowId, String stateId, MappingResults results, String message)
      Creates a new attrbute mapping exception
      Parameters:
      flowId - the flow id
      stateId - the state id
      results - the mapping results with errors
      message - the messge
  • Method Details

    • getMappingResults

      public MappingResults getMappingResults()
      Returns the maping results containing errors that triggred this exception.
      Returns:
      the results