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
public class YamlSpecsValidationException extends RuntimeException
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:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description YamlSpecsValidationException(String message)YamlSpecsValidationException(String message, Throwable cause)YamlSpecsValidationException(Throwable cause) 
- 
Method Summary
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 -