Uses of Class
org.camunda.bpm.engine.rest.dto.ExceptionDto
Packages that use ExceptionDto
Package
Description
-
Uses of ExceptionDto in org.camunda.bpm.engine.rest.dto
Subclasses of ExceptionDto in org.camunda.bpm.engine.rest.dtoModifier and TypeClassDescriptionclass
Dto forAuthorizationException
class
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 ExceptionDtoModifier and TypeMethodDescriptionstatic 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.migrationModifier and TypeClassDescriptionclass
class
-
Uses of ExceptionDto in org.camunda.bpm.engine.rest.exception
Methods in org.camunda.bpm.engine.rest.exception that return ExceptionDtoMethods in org.camunda.bpm.engine.rest.exception with parameters of type ExceptionDtoModifier and TypeMethodDescriptionprotected void
ExceptionHandlerHelper.provideExceptionCode
(Throwable throwable, ExceptionDto exceptionDto)