org.camunda.bpm.engine.migration
Class MigratingProcessInstanceValidationException

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.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

Field Summary
protected  MigratingProcessInstanceValidationReport validationReport
           
 
Constructor Summary
MigratingProcessInstanceValidationException(String message, MigratingProcessInstanceValidationReport validationReport)
           
 
Method Summary
 MigratingProcessInstanceValidationReport getValidationReport()
          A report with all instructions that cannot be applied to the given process instance
 
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 MigratingProcessInstanceValidationReport validationReport
Constructor Detail

MigratingProcessInstanceValidationException

public MigratingProcessInstanceValidationException(String message,
                                                   MigratingProcessInstanceValidationReport validationReport)
Method Detail

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.