org.camunda.bpm.engine.rest.dto.migration
Class MigrationPlanValidationExceptionDto

java.lang.Object
  extended by org.camunda.bpm.engine.rest.dto.ExceptionDto
      extended by org.camunda.bpm.engine.rest.dto.migration.MigrationPlanValidationExceptionDto

public class MigrationPlanValidationExceptionDto
extends ExceptionDto


Field Summary
protected  MigrationPlanReportDto validationReport
           
 
Fields inherited from class org.camunda.bpm.engine.rest.dto.ExceptionDto
message, type
 
Constructor Summary
MigrationPlanValidationExceptionDto()
           
 
Method Summary
static MigrationPlanValidationExceptionDto from(MigrationPlanValidationException exception)
           
 MigrationPlanReportDto getValidationReport()
           
 void setValidationReport(MigrationPlanReportDto validationReport)
           
 
Methods inherited from class org.camunda.bpm.engine.rest.dto.ExceptionDto
fromException, getMessage, getType, setMessage, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

validationReport

protected MigrationPlanReportDto validationReport
Constructor Detail

MigrationPlanValidationExceptionDto

public MigrationPlanValidationExceptionDto()
Method Detail

getValidationReport

public MigrationPlanReportDto getValidationReport()

setValidationReport

public void setValidationReport(MigrationPlanReportDto validationReport)

from

public static MigrationPlanValidationExceptionDto from(MigrationPlanValidationException exception)


Copyright © 2016 camunda services GmbH. All rights reserved.