Class XmlCompatibleRestErrorCollection
- java.lang.Object
-
- com.atlassian.bamboo.plugins.rest.common.exception.XmlCompatibleRestErrorCollection
-
@ExperimentalApi public class XmlCompatibleRestErrorCollection extends Object
-
-
Constructor Summary
Constructors Constructor Description XmlCompatibleRestErrorCollection()
XmlCompatibleRestErrorCollection(@NotNull String message)
XmlCompatibleRestErrorCollection(@NotNull Collection<String> messages)
-
-
-
Constructor Detail
-
XmlCompatibleRestErrorCollection
public XmlCompatibleRestErrorCollection()
-
XmlCompatibleRestErrorCollection
public XmlCompatibleRestErrorCollection(@NotNull @NotNull String message)
-
XmlCompatibleRestErrorCollection
public XmlCompatibleRestErrorCollection(@NotNull @NotNull Collection<String> messages)
-
-
Method Detail
-
addError
public void addError(String error)
-
getErrors
public Collection<String> getErrors()
-
-