Package com.atlassian.bamboo.exception
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description YamlValidationException(@NotNull String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
YamlValidationException
public YamlValidationException(@NotNull @NotNull String message)
-
-