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

/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DDTMException.java19 * $Id: DTMException.java 468653 2006-10-28 07:07:05Z minchau $
37 public class DTMException extends RuntimeException { class in inherits:RuntimeException
97 * with {@link #DTMException(Throwable)} or
98 * {@link #DTMException(String,Throwable)}, this method cannot be called
110 * created with {@link #DTMException(Throwable)} or
111 * {@link #DTMException(String,Throwable)}, or this method has already
131 * Create a new DTMException.
135 public DTMException(String message) { method in class:DTMException
144 * Create a new DTMException wrapping an existing exception.
148 public DTMException(Throwabl method in class:DTMException
166 public DTMException(String message, Throwable e) { method in class:DTMException
186 public DTMException(String message, SourceLocator locator) { method in class:DTMException
202 public DTMException(String message, SourceLocator locator, method in class:DTMException
[all...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMNamedNodeMap.java163 throw new DTMException(DTMException.NO_MODIFICATION_ALLOWED_ERR);
183 throw new DTMException(DTMException.NO_MODIFICATION_ALLOWED_ERR);
242 throw new DTMException(DTMException.NO_MODIFICATION_ALLOWED_ERR);
268 throw new DTMException(DTMException.NO_MODIFICATION_ALLOWED_ERR);
275 public class DTMException extends org.w3c.dom.DOMException class in class:DTMNamedNodeMap
284 public DTMException(shor method in class:DTMNamedNodeMap.DTMException
295 public DTMException(short code) method in class:DTMNamedNodeMap.DTMException
[all...]

Completed in 41 milliseconds