Class ParsingException

    • Constructor Detail

      • ParsingException

        public ParsingException​(XContentLocation contentLocation,
                                java.lang.String msg,
                                java.lang.Object... args)
      • ParsingException

        public ParsingException​(XContentLocation contentLocation,
                                java.lang.String msg,
                                java.lang.Throwable cause,
                                java.lang.Object... args)
      • ParsingException

        public ParsingException​(int line,
                                int col,
                                java.lang.String msg,
                                java.lang.Throwable cause)
        This constructor is provided for use in unit tests where a XContentParser may not be available
      • ParsingException

        public ParsingException​(StreamInput in)
                         throws java.io.IOException
        Throws:
        java.io.IOException