org.camunda.bpm.engine.migration
Class MigrationInstructionInstanceValidationException

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

Field Summary
protected  MigrationInstructionInstanceValidationReport validationReport
           
 
Constructor Summary
MigrationInstructionInstanceValidationException(String message, MigrationInstructionInstanceValidationReport validationReport)
           
 
Method Summary
 MigrationInstructionInstanceValidationReport 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 MigrationInstructionInstanceValidationReport validationReport
Constructor Detail

MigrationInstructionInstanceValidationException

public MigrationInstructionInstanceValidationException(String message,
                                                       MigrationInstructionInstanceValidationReport validationReport)
Method Detail

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.