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:
  • Constructor Details

    • SimpleErrorCollection

      public SimpleErrorCollection()
    • SimpleErrorCollection

      public SimpleErrorCollection(Iterable<String> errors)
    • SimpleErrorCollection

      public SimpleErrorCollection(String... errors)