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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PropertiesValidationException(@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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ValidationProblem>getErrors()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
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)
-
-
Method Detail
-
getErrors
public List<ValidationProblem> getErrors()
-
-