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 SummaryFieldsFields inherited from class org.camunda.bpm.engine.rest.dto.ExceptionDtocode, message, type
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic ParseExceptionDtofromException(ParseException exception) voidsetDetails(Map<String, ResourceReportDto> details) Methods inherited from class org.camunda.bpm.engine.rest.dto.ExceptionDtofromException, fromException, getCode, getMessage, getType, setCode, setMessage, setType
- 
Field Details- 
details
 
- 
- 
Constructor Details- 
ParseExceptionDtopublic ParseExceptionDto()
 
- 
- 
Method Details- 
fromException
- 
getDetails
- 
setDetails
 
-