Package com.atlassian.bamboo.utils.error
Class SimpleErrorCollection
java.lang.Object
com.atlassian.bamboo.utils.error.SimpleErrorCollectionInternal
com.atlassian.bamboo.utils.error.SimpleErrorCollection
- All Implemented Interfaces:
ErrorCollection
,Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionSimpleErrorCollection
(Iterable<String> errors) SimpleErrorCollection
(String... errors) -
Method Summary
Methods inherited from class com.atlassian.bamboo.utils.error.SimpleErrorCollectionInternal
addError, addError, addErrorCollection, addErrorMessage, addErrorMessage, addErrorMessages, addFieldErrors, equals, getErrorMessages, getErrors, getFieldErrors, getFlushedErrorMessages, getTotalErrors, hasAnyErrors, hashCode, setErrorMessages, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.atlassian.bamboo.utils.error.ErrorCollection
getAllErrorMessages
-
Constructor Details
-
SimpleErrorCollection
public SimpleErrorCollection() -
SimpleErrorCollection
-
SimpleErrorCollection
-