public class ProcessException extends Exception
Process.processElements(Class, com.googlecode.n_orm.storeapi.Constraint, Process, int, String[], int, ProcessCanceller, java.util.concurrent.ExecutorService) or SearchableClassConstraintBuilder.forEach(Process)
in case process sent an exception.| Modifier and Type | Class and Description |
|---|---|
static class |
ProcessException.Problem |
| Constructor and Description |
|---|
ProcessException(Process<? extends PersistingElement> p,
Process.ProcessReport<? extends PersistingElement> report,
List<ProcessException.Problem> problems,
List<Throwable> otherExceptions) |
| Modifier and Type | Method and Description |
|---|---|
List<Throwable> |
getOtherExceptions()
The list of exceptions not linked to a particular element.
|
List<ProcessException.Problem> |
getProblems()
The list of exception sent and their corresponding element, that is the element that was under processing while running the process.
|
Process<? extends PersistingElement> |
getProcess()
The process in which the problem(s) appeared.
|
Process.ProcessReport<? extends PersistingElement> |
getRetport()
The report to which this exception belongs
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ProcessException(Process<? extends PersistingElement> p, Process.ProcessReport<? extends PersistingElement> report, List<ProcessException.Problem> problems, List<Throwable> otherExceptions)
public Process.ProcessReport<? extends PersistingElement> getRetport()
public List<ProcessException.Problem> getProblems()
public Process<? extends PersistingElement> getProcess()
Copyright © 2016. All Rights Reserved.