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

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/
H A DDTMException.java21 * $Id: DTMException.java,v 1.3 2005/09/28 13:48:50 pvedula Exp $
39 public class DTMException extends RuntimeException { class in inherits:RuntimeException
99 * with {@link #DTMException(Throwable)} or
100 * {@link #DTMException(String,Throwable)}, this method cannot be called
112 * created with {@link #DTMException(Throwable)} or
113 * {@link #DTMException(String,Throwable)}, or this method has already
133 * Create a new DTMException.
137 public DTMException(String message) { method in class:DTMException
146 * Create a new DTMException wrapping an existing exception.
150 public DTMException(Throwabl method in class:DTMException
168 public DTMException(String message, Throwable e) { method in class:DTMException
188 public DTMException(String message, SourceLocator locator) { method in class:DTMException
204 public DTMException(String message, SourceLocator locator, method in class:DTMException
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMNamedNodeMap.java165 throw new DTMException(DTMException.NO_MODIFICATION_ALLOWED_ERR);
185 throw new DTMException(DTMException.NO_MODIFICATION_ALLOWED_ERR);
244 throw new DTMException(DTMException.NO_MODIFICATION_ALLOWED_ERR);
270 throw new DTMException(DTMException.NO_MODIFICATION_ALLOWED_ERR);
277 public class DTMException extends org.w3c.dom.DOMException class in class:DTMNamedNodeMap
286 public DTMException(shor method in class:DTMNamedNodeMap.DTMException
297 public DTMException(short code) method in class:DTMNamedNodeMap.DTMException
[all...]

Completed in 47 milliseconds