Class PropertiesValidationException

  • All Implemented Interfaces:
    java.io.Serializable

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

      • PropertiesValidationException

        public PropertiesValidationException​(@NotNull
                                             @NotNull java.lang.String message)
      • PropertiesValidationException

        public PropertiesValidationException​(@NotNull
                                             @NotNull java.lang.String message,
                                             @Nullable
                                             @Nullable java.lang.Throwable cause)
      • PropertiesValidationException

        public PropertiesValidationException​(@NotNull
                                             @NotNull ValidationContext validationContext,
                                             @NotNull
                                             @NotNull java.lang.String message)
      • PropertiesValidationException

        public PropertiesValidationException​(@NotNull
                                             @NotNull java.util.List<ValidationProblem> errors)
      • PropertiesValidationException

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

        public PropertiesValidationException​(@NotNull
                                             @NotNull java.util.List<ValidationProblem> errors,
                                             @Nullable
                                             @Nullable java.lang.Throwable cause)