Uses of Class
org.camunda.bpm.engine.rest.dto.ExceptionDto
- 
Packages that use ExceptionDto Package Description org.camunda.bpm.engine.rest.dto org.camunda.bpm.engine.rest.dto.migration org.camunda.bpm.engine.rest.exception 
- 
- 
Uses of ExceptionDto in org.camunda.bpm.engine.rest.dtoSubclasses of ExceptionDto in org.camunda.bpm.engine.rest.dto Modifier and Type Class Description classAuthorizationExceptionDtoDto forAuthorizationExceptionclassParseExceptionDtoDto forParseExceptionThe exception contains a list of errors and warning that occurred during parsing.Methods in org.camunda.bpm.engine.rest.dto that return ExceptionDto Modifier and Type Method Description static ExceptionDtoExceptionDto. fromException(java.lang.Exception e)static ExceptionDtoExceptionDto. fromException(java.lang.Throwable e)
- 
Uses of ExceptionDto in org.camunda.bpm.engine.rest.dto.migrationSubclasses of ExceptionDto in org.camunda.bpm.engine.rest.dto.migration Modifier and Type Class Description classMigratingProcessInstanceValidationExceptionDtoclassMigrationPlanValidationExceptionDto
- 
Uses of ExceptionDto in org.camunda.bpm.engine.rest.exceptionMethods in org.camunda.bpm.engine.rest.exception that return ExceptionDto Modifier and Type Method Description ExceptionDtoExceptionHandlerHelper. fromException(java.lang.Throwable e)Methods in org.camunda.bpm.engine.rest.exception with parameters of type ExceptionDto Modifier and Type Method Description protected voidExceptionHandlerHelper. provideExceptionCode(java.lang.Throwable throwable, ExceptionDto exceptionDto)
 
-