Class MigrationPlanValidationExceptionDto
- java.lang.Object
-
- org.camunda.bpm.engine.rest.dto.ExceptionDto
-
- org.camunda.bpm.engine.rest.dto.migration.MigrationPlanValidationExceptionDto
-
public class MigrationPlanValidationExceptionDto extends ExceptionDto
-
-
Field Summary
Fields Modifier and Type Field Description protected MigrationPlanReportDto
validationReport
-
Fields inherited from class org.camunda.bpm.engine.rest.dto.ExceptionDto
code, message, type
-
-
Constructor Summary
Constructors Constructor Description MigrationPlanValidationExceptionDto()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MigrationPlanValidationExceptionDto
from(MigrationPlanValidationException exception)
MigrationPlanReportDto
getValidationReport()
void
setValidationReport(MigrationPlanReportDto validationReport)
-
Methods inherited from class org.camunda.bpm.engine.rest.dto.ExceptionDto
fromException, fromException, getCode, getMessage, getType, setCode, setMessage, setType
-
-
-
-
Field Detail
-
validationReport
protected MigrationPlanReportDto validationReport
-
-
Method Detail
-
getValidationReport
public MigrationPlanReportDto getValidationReport()
-
setValidationReport
public void setValidationReport(MigrationPlanReportDto validationReport)
-
from
public static MigrationPlanValidationExceptionDto from(MigrationPlanValidationException exception)
-
-