public class ParseExceptionDto extends ExceptionDto
ParseException
The exception contains a list of errors and warning that occurred during
parsing.Modifier and Type | Field and Description |
---|---|
protected Map<String,ResourceReportDto> |
details |
message, type
Constructor and Description |
---|
ParseExceptionDto() |
Modifier and Type | Method and Description |
---|---|
static ParseExceptionDto |
fromException(ParseException exception) |
Map<String,ResourceReportDto> |
getDetails() |
void |
setDetails(Map<String,ResourceReportDto> details) |
fromException, fromException, getMessage, getType, setMessage, setType
protected Map<String,ResourceReportDto> details
public static ParseExceptionDto fromException(ParseException exception)
public Map<String,ResourceReportDto> getDetails()
public void setDetails(Map<String,ResourceReportDto> details)
Copyright © 2022. All rights reserved.