Package org.nuxeo.ecm.automation
Class OperationCompoundExceptionBuilder
- java.lang.Object
-
- org.nuxeo.ecm.automation.OperationCompoundExceptionBuilder
-
@Deprecated public class OperationCompoundExceptionBuilder extends Object
Deprecated.since 9.10. Not used anymore.- Since:
- 5.7.2 Operation composite exception builder throwing @{link OperationCompoundException}.
-
-
Field Summary
Fields Modifier and Type Field Description protected List<OperationException>
accumulated
Deprecated.
-
Constructor Summary
Constructors Constructor Description OperationCompoundExceptionBuilder()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
add(OperationException error)
Deprecated.protected String
getMessages(List<OperationException> causes)
Deprecated.protected OperationException
newThrowable(List<OperationException> causes)
Deprecated.void
throwOnError()
Deprecated.
-
-
-
Field Detail
-
accumulated
protected final List<OperationException> accumulated
Deprecated.
-
-
Method Detail
-
newThrowable
protected OperationException newThrowable(List<OperationException> causes)
Deprecated.
-
getMessages
protected String getMessages(List<OperationException> causes)
Deprecated.
-
add
public void add(OperationException error)
Deprecated.
-
throwOnError
public void throwOnError() throws OperationException
Deprecated.- Throws:
OperationException
-
-