public List getErrors()

in Bolts/src/bolts/AggregateException.java [31:33]


  public List<Exception> getErrors() {
    return errors;
  }