Class InvalidParameterValidationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jetbrains.buildServer.controllers.parameters.InvalidParametersException
-
- jetbrains.buildServer.controllers.parameters.InvalidParameterValidationException
-
- All Implemented Interfaces:
Serializable
public class InvalidParameterValidationException extends InvalidParametersException
- Since:
- 7.0
- Author:
- Eugene Petrenko (eugene.petrenko@gmail.com) Date: 11.12.11 15:28
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidParameterValidationException(String message, Collection<InvalidProperty> errors)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<InvalidProperty>
getErrors()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidParameterValidationException
public InvalidParameterValidationException(@NotNull String message, @NotNull Collection<InvalidProperty> errors)
-
-
Method Detail
-
getErrors
@NotNull public Collection<InvalidProperty> getErrors()
-
-