Class XMLParseException

    • Constructor Detail

      • XMLParseException

        public XMLParseException​(String message,
                                 XMLSource source,
                                 int offset)
      • XMLParseException

        public XMLParseException​(String message,
                                 Token token)
      • XMLParseException

        public XMLParseException​(String message)
      • XMLParseException

        public XMLParseException​(String message,
                                 Throwable cause)
      • XMLParseException

        public XMLParseException​(String message,
                                 Document doc,
                                 Node node)
      • XMLParseException

        public XMLParseException​(String message,
                                 Node node)
      • XMLParseException

        public XMLParseException​(String message,
                                 Element e)