Class ErrorCollections
java.lang.Object
com.atlassian.greenhopper.model.validation.ErrorCollections
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcheckErrors(ErrorCollection errorCollection, I18n2 i18n) Deprecated.
-
Constructor Details
-
ErrorCollections
public ErrorCollections()
-
-
Method Details
-
checkErrors
Deprecated.if you need to use this method in resource, useAbstractResource.check(ServiceOutcome). If not, consider using eitherServiceOutcomeorServiceResultinstead of throwing exception.Checks for errors and throws an exception if encountered.
-
AbstractResource.check(ServiceOutcome).