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
public class SimpleErrorCollection extends SimpleErrorCollectionInternal
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SimpleErrorCollection()
SimpleErrorCollection(Iterable<String> errors)
SimpleErrorCollection(String... errors)
-
Method Summary
-
Methods inherited from class com.atlassian.bamboo.utils.error.SimpleErrorCollectionInternal
addError, addError, addErrorCollection, addErrorMessage, addErrorMessage, addErrorMessages, addErrors, 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
-
-