Searched defs:DOMTestIncompatibleException (Results 1 - 1 of 1) sorted by relevance

/libcore/dom/src/test/java/org/w3c/domts/
H A DDOMTestIncompatibleException.java23 public class DOMTestIncompatibleException class in inherits:Exception
27 private DOMTestIncompatibleException(String msg) { method in class:DOMTestIncompatibleException
35 public DOMTestIncompatibleException(Throwable ex, method in class:DOMTestIncompatibleException
50 public static DOMTestIncompatibleException incompatibleFeature(String feature,
58 return new DOMTestIncompatibleException(buf.toString());
61 public static DOMTestIncompatibleException incompatibleLoad(String href,
69 return new DOMTestIncompatibleException(buf.toString());

Completed in 32 milliseconds