Package com.atlassian.bamboo.specs.yaml
Class YamlSpecsValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.bamboo.specs.yaml.YamlSpecsValidationException
- All Implemented Interfaces:
Serializable
YamlSpecsValidationException indicates that Yaml file is malformed or refers incorrectly refers an element of
system configuration (i.e. refers to a non-existing project).
- See Also:
-
Constructor Summary
ConstructorDescriptionYamlSpecsValidationException
(String message) YamlSpecsValidationException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
YamlSpecsValidationException
-
YamlSpecsValidationException
-
YamlSpecsValidationException
-