Class ParseExceptionReport
- java.lang.Object
-
- org.apache.druid.segment.incremental.ParseExceptionReport
-
public class ParseExceptionReport extends Object
-
-
Constructor Summary
Constructors Constructor Description ParseExceptionReport(String input, String errorType, List<String> details, long timeOfExceptionMillis)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)List<String>getDetails()StringgetErrorType()StringgetInput()longgetTimeOfExceptionMillis()inthashCode()StringtoString()
-