Class ValidationWarning


  • public class ValidationWarning
    extends Object
    A warning message that will appear in the UI when a Transformer is invalid.
    • Constructor Detail

      • ValidationWarning

        public ValidationWarning​(String warning)
    • Method Detail

      • getWarning

        public String getWarning()
      • warn

        public static final List<ValidationWarning> warn​(String... warnings)
        Use this method with a static import to shorten the creation of Lists of ValidationWaring objects.