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.dto
Subclasses of ExceptionDto in org.camunda.bpm.engine.rest.dto Modifier and Type Class Description class
AuthorizationExceptionDto
Dto forAuthorizationException
class
ParseExceptionDto
Dto forParseException
The 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 ExceptionDto
ExceptionDto. fromException(Exception e)
static ExceptionDto
ExceptionDto. fromException(Throwable e)
-
Uses of ExceptionDto in org.camunda.bpm.engine.rest.dto.migration
Subclasses of ExceptionDto in org.camunda.bpm.engine.rest.dto.migration Modifier and Type Class Description class
MigratingProcessInstanceValidationExceptionDto
class
MigrationPlanValidationExceptionDto
-
Uses of ExceptionDto in org.camunda.bpm.engine.rest.exception
Methods in org.camunda.bpm.engine.rest.exception that return ExceptionDto Modifier and Type Method Description ExceptionDto
ExceptionHandlerHelper. fromException(Throwable e)
-