Package org.camunda.bpm.engine.rest.dto
Class ParseExceptionDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.ExceptionDto
org.camunda.bpm.engine.rest.dto.ParseExceptionDto
Dto for
ParseException
The exception contains a list of errors and warning that occurred during
parsing.-
Field Summary
Fields inherited from class org.camunda.bpm.engine.rest.dto.ExceptionDto
code, message, type
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ParseExceptionDto
fromException
(ParseException exception) void
setDetails
(Map<String, ResourceReportDto> details) Methods inherited from class org.camunda.bpm.engine.rest.dto.ExceptionDto
fromException, fromException, getCode, getMessage, getType, setCode, setMessage, setType
-
Field Details
-
details
-
-
Constructor Details
-
ParseExceptionDto
public ParseExceptionDto()
-
-
Method Details
-
fromException
-
getDetails
-
setDetails
-