public class PropertiesValidationException extends RuntimeException
| Constructor and Description |
|---|
PropertiesValidationException(@NotNull List<ValidationProblem> errors) |
PropertiesValidationException(@NotNull List<ValidationProblem> errors,
@Nullable Throwable cause) |
PropertiesValidationException(@NotNull String message) |
PropertiesValidationException(@NotNull String message,
@Nullable Throwable cause) |
PropertiesValidationException(@NotNull ValidationContext validationContext,
@NotNull String message) |
PropertiesValidationException(@NotNull ValidationProblem error) |
| Modifier and Type | Method and Description |
|---|---|
List<ValidationProblem> |
getErrors() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PropertiesValidationException(@NotNull
@NotNull String message)
public PropertiesValidationException(@NotNull
@NotNull String message,
@Nullable
@Nullable Throwable cause)
public PropertiesValidationException(@NotNull
@NotNull ValidationContext validationContext,
@NotNull
@NotNull String message)
public PropertiesValidationException(@NotNull
@NotNull List<ValidationProblem> errors)
public PropertiesValidationException(@NotNull
@NotNull ValidationProblem error)
public PropertiesValidationException(@NotNull
@NotNull List<ValidationProblem> errors,
@Nullable
@Nullable Throwable cause)
public List<ValidationProblem> getErrors()
Copyright © 2024 Atlassian Software Systems Pty Ltd. All rights reserved.