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

public class PropertiesValidationException extends RuntimeException
Errors in export properties objects (mostly required properties, and context free validation).
See Also:
  • Constructor Details

    • PropertiesValidationException

      public PropertiesValidationException(@NotNull @NotNull String message)
    • PropertiesValidationException

      public PropertiesValidationException(@NotNull @NotNull String message, @Nullable @Nullable Throwable cause)
    • PropertiesValidationException

      public PropertiesValidationException(@NotNull @NotNull ValidationContext validationContext, @NotNull @NotNull String message)
    • PropertiesValidationException

      public PropertiesValidationException(@NotNull @NotNull List<ValidationProblem> errors)
    • PropertiesValidationException

      public PropertiesValidationException(@NotNull @NotNull ValidationProblem error)
    • PropertiesValidationException

      public PropertiesValidationException(@NotNull @NotNull List<ValidationProblem> errors, @Nullable @Nullable Throwable cause)
  • Method Details