Class ParseExceptionReport

java.lang.Object
org.apache.druid.segment.incremental.ParseExceptionReport

public class ParseExceptionReport extends Object
  • Constructor Details

    • ParseExceptionReport

      public ParseExceptionReport(String input, String errorType, List<String> details, long timeOfExceptionMillis)
  • Method Details

    • getInput

      public String getInput()
    • getErrorType

      public String getErrorType()
    • getDetails

      public List<String> getDetails()
    • getTimeOfExceptionMillis

      public long getTimeOfExceptionMillis()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object