org.camunda.bpm.engine.migration
Class MigrationPlanValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.camunda.bpm.engine.ProcessEngineException
                  extended by org.camunda.bpm.engine.BadUserRequestException
                      extended by 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

Field Summary
protected  MigrationPlanValidationReport validationReport
           
 
Constructor Summary
MigrationPlanValidationException(String message, MigrationPlanValidationReport validationReport)
           
 
Method Summary
 MigrationPlanValidationReport getValidationReport()
          A report with all invalid instructions
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

validationReport

protected MigrationPlanValidationReport validationReport
Constructor Detail

MigrationPlanValidationException

public MigrationPlanValidationException(String message,
                                        MigrationPlanValidationReport validationReport)
Method Detail

getValidationReport

public MigrationPlanValidationReport getValidationReport()
A report with all invalid instructions



Copyright © 2016 camunda services GmbH. All rights reserved.