Searched refs:DOMUnsupportedException (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/java/browser/dom/
H A DDOMUnsupportedException.java29 public class DOMUnsupportedException extends Exception class in inherits:Exception
32 * Constructs a new DOMUnsupportedException with no detail message.
34 public DOMUnsupportedException() method in class:DOMUnsupportedException
40 * Constructs a new DOMUnsupportedException with the given detail message.
44 public DOMUnsupportedException(String msg) method in class:DOMUnsupportedException
50 * Constructs a new DOMUnsupportedException with the given exception as a root clause.
54 public DOMUnsupportedException(Exception e) method in class:DOMUnsupportedException
60 * Constructs a new DOMUnsupportedException with the given exception as a root clause and the given detail message.
65 public DOMUnsupportedException(Exception e, String msg) method in class:DOMUnsupportedException
H A DDOMService.java36 * Throws DOMUnsupportedException if the DOMService is not
42 throws DOMUnsupportedException
55 throw new DOMUnsupportedException(e.toString());
H A DDOMServiceProvider.java54 public abstract org.w3c.dom.Document getDocument(Object obj) throws DOMUnsupportedException;

Completed in 49 milliseconds