public class MigratingProcessInstanceValidationException extends ProcessEngineException
| Modifier and Type | Field and Description | 
|---|---|
protected MigratingProcessInstanceValidationReport | 
validationReport  | 
| Constructor and Description | 
|---|
MigratingProcessInstanceValidationException(String message,
                                           MigratingProcessInstanceValidationReport validationReport)  | 
| Modifier and Type | Method and Description | 
|---|---|
MigratingProcessInstanceValidationReport | 
getValidationReport()
A report with all instructions that cannot be applied to the given process instance 
 | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected MigratingProcessInstanceValidationReport validationReport
public MigratingProcessInstanceValidationException(String message, MigratingProcessInstanceValidationReport validationReport)
public MigratingProcessInstanceValidationReport getValidationReport()
Copyright © 2019. All rights reserved.