org.camunda.bpm.engine.migration
Class MigrationPlanValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.camunda.bpm.engine.ProcessEngineException
org.camunda.bpm.engine.BadUserRequestException
org.camunda.bpm.engine.migration.MigrationPlanValidationException
- All Implemented Interfaces:
- Serializable
public class MigrationPlanValidationException
- extends BadUserRequestException
Thrown if a migration plan is not valid, e.g. because it contains instructions that can in general not be executed.
Contains a MigrationPlanValidationReport
that contains the details for all validation erorrs.
- 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 MigrationPlanValidationReport validationReport
MigrationPlanValidationException
public MigrationPlanValidationException(String message,
MigrationPlanValidationReport validationReport)
getValidationReport
public MigrationPlanValidationReport getValidationReport()
- A report with all invalid instructions
Copyright © 2016 camunda services GmbH. All rights reserved.