Class 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:
    Serialized Form
    • Constructor Detail

      • YamlValidationException

        public YamlValidationException​(@NotNull
                                       @NotNull String message)