Class YamlValidationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.bamboo.exception.YamlValidationException
All Implemented Interfaces:
Serializable

public class YamlValidationException extends Exception
Errors when converting yaml to export properties objects (mostly types problems like expected string and got map etc.)
See Also:
  • Constructor Details

    • YamlValidationException

      public YamlValidationException(@NotNull @NotNull String message)