Class PropertiesValidationException

  • All Implemented Interfaces:
    Serializable

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

      • 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)