Class PropertiesValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.bamboo.specs.api.exceptions.PropertiesValidationException
- All Implemented Interfaces:
Serializable
Errors in export properties objects (mostly required properties, and context free validation).
- See Also:
-
Constructor Summary
ConstructorDescriptionPropertiesValidationException
(@NotNull ValidationContext validationContext, @NotNull String message) PropertiesValidationException
(@NotNull ValidationProblem error) PropertiesValidationException
(@NotNull String message) PropertiesValidationException
(@NotNull String message, @Nullable Throwable cause) PropertiesValidationException
(@NotNull List<ValidationProblem> errors) PropertiesValidationException
(@NotNull List<ValidationProblem> errors, @Nullable 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
-
PropertiesValidationException
-
PropertiesValidationException
-
PropertiesValidationException
public PropertiesValidationException(@NotNull @NotNull ValidationContext validationContext, @NotNull @NotNull String message) -
PropertiesValidationException
-
PropertiesValidationException
-
PropertiesValidationException
public PropertiesValidationException(@NotNull @NotNull List<ValidationProblem> errors, @Nullable @Nullable Throwable cause)
-
-
Method Details
-
getErrors
-