Class FlowValidationProblem


  • public class FlowValidationProblem
    extends Object

    A container for a single flow validation error or warning.

    • Method Detail

      • getEntityName

        public String getEntityName()

        Name of the entity that caused the problem, null if unknown.

        Returns:
        the name
      • getLocation

        public String getLocation()

        Return this problem's location, null if unknown or not relevant.

        Returns:
        the location
      • getDescription

        public String getDescription()

        Return this problem's description.

        Returns:
        the description
      • toString

        public String toString()

        Format the problem in a human-readable line of text.

        Overrides:
        toString in class Object
        Returns:
        formatted text