Class MicrodataParserException

    • Constructor Detail

      • MicrodataParserException

        public MicrodataParserException​(String message,
                                        Node errorNode)
      • MicrodataParserException

        public MicrodataParserException​(String message,
                                        Throwable cause,
                                        Node errorNode)
    • Method Detail

      • getErrorPath

        public String getErrorPath()
      • getErrorLocationBeginRow

        public int getErrorLocationBeginRow()
      • getErrorLocationBeginCol

        public int getErrorLocationBeginCol()
      • getErrorLocationEndRow

        public int getErrorLocationEndRow()
      • getErrorLocationEndCol

        public int getErrorLocationEndCol()
      • toJSON

        public String toJSON()
      • setErrorNode

        protected void setErrorNode​(Node n)