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
-
public class ParseExceptionDto extends ExceptionDto
Dto forParseException
The exception contains a list of errors and warning that occurred during parsing.
-
-
Field Summary
Fields Modifier and Type Field Description protected Map<String,ResourceReportDto>
details
-
Fields inherited from class org.camunda.bpm.engine.rest.dto.ExceptionDto
message, type
-
-
Constructor Summary
Constructors Constructor Description ParseExceptionDto()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ParseExceptionDto
fromException(ParseException exception)
Map<String,ResourceReportDto>
getDetails()
void
setDetails(Map<String,ResourceReportDto> details)
-
Methods inherited from class org.camunda.bpm.engine.rest.dto.ExceptionDto
fromException, fromException, getMessage, getType, setMessage, setType
-
-
-
-
Field Detail
-
details
protected Map<String,ResourceReportDto> details
-
-
Method Detail
-
fromException
public static ParseExceptionDto fromException(ParseException exception)
-
getDetails
public Map<String,ResourceReportDto> getDetails()
-
setDetails
public void setDetails(Map<String,ResourceReportDto> details)
-
-