public class ParseExceptionReport extends Object
| Constructor and Description |
|---|
ParseExceptionReport(String input,
String errorType,
List<String> details,
long timeOfExceptionMillis) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<String> |
getDetails() |
String |
getErrorType() |
String |
getInput() |
long |
getTimeOfExceptionMillis() |
int |
hashCode() |
String |
toString() |
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.