org.camunda.bpm.engine.migration
Class MigrationInstructionInstanceValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.camunda.bpm.engine.ProcessEngineException
org.camunda.bpm.engine.migration.MigrationInstructionInstanceValidationException
- All Implemented Interfaces:
- Serializable
public class MigrationInstructionInstanceValidationException
- extends ProcessEngineException
Thrown if at least one migration instruction cannot be applied to the activity intance it matches. Contains
a MigrationInstructionInstanceValidationReport 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 MigrationInstructionInstanceValidationReport validationReport
MigrationInstructionInstanceValidationException
public MigrationInstructionInstanceValidationException(String message,
MigrationInstructionInstanceValidationReport validationReport)
getValidationReport
public MigrationInstructionInstanceValidationReport getValidationReport()
- A report with all instructions that cannot be applied to the given process instance
Copyright © 2016 camunda services GmbH. All rights reserved.