public class OperationCompoundExceptionBuilder extends Object
Modifier and Type | Field and Description |
---|---|
protected List<OperationException> |
accumulated |
Constructor and Description |
---|
OperationCompoundExceptionBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
add(OperationException error) |
protected String |
getMessages(List<OperationException> causes) |
protected OperationException |
newThrowable(List<OperationException> causes) |
void |
throwOnError() |
protected final List<OperationException> accumulated
public OperationCompoundExceptionBuilder()
protected OperationException newThrowable(List<OperationException> causes)
protected String getMessages(List<OperationException> causes)
public void add(OperationException error)
public void throwOnError() throws OperationException
OperationException
Copyright © 2016 Nuxeo SA. All rights reserved.