org.camunda.bpm.engine.migration
Class MigratingProcessInstanceValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.camunda.bpm.engine.ProcessEngineException
org.camunda.bpm.engine.migration.MigratingProcessInstanceValidationException
- All Implemented Interfaces:
- Serializable
public class MigratingProcessInstanceValidationException
- extends ProcessEngineException
Thrown if at least one migration instruction cannot be applied to the activity instance it matches. Contains
a object that contains the details for all validation errors.
- Author:
- Thorben Lindhauer
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
validationReport
protected MigratingProcessInstanceValidationReport validationReport
MigratingProcessInstanceValidationException
public MigratingProcessInstanceValidationException(String message,
MigratingProcessInstanceValidationReport validationReport)
getValidationReport
public MigratingProcessInstanceValidationReport getValidationReport()
- A report with all instructions that cannot be applied to the given process instance
Copyright © 2017 camunda services GmbH. All rights reserved.