Class ParseExceptionReport


  • public class ParseExceptionReport
    extends Object
    • Constructor Detail

      • ParseExceptionReport

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

      • getInput

        public String getInput()
      • getErrorType

        public String getErrorType()
      • getTimeOfExceptionMillis

        public long getTimeOfExceptionMillis()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object