Home | History | Annotate | Download | only in internal

Lines Matching refs:errors

22  * should {@link Errors#merge(Errors) merge} the errors from this exception with their existing
23 * errors.
29 private final Errors errors;
31 public ErrorsException(Errors errors) {
32 this.errors = errors;
35 public Errors getErrors() {
36 return errors;