Class XPathException


  • @JsType(isNative=true,
            namespace="<global>")
    public class XPathException
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      XPathException()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • INVALID_EXPRESSION_ERR

        @JsOverlay
        public static final int INVALID_EXPRESSION_ERR
      • TYPE_ERR

        @JsOverlay
        public static final int TYPE_ERR
      • code

        public int code
    • Constructor Detail

      • XPathException

        public XPathException()