OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DTMException
(Results
1 - 3
of
3
) sorted by null
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNamedNodeMap.java
163
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
284
public
DTMException
(short code, String message
[
all
...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/
DTMException.java
19
* $Id:
DTMException
.java 468653 2006-10-28 07:07:05Z minchau $
37
public class
DTMException
extends 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) {
144
* Create a new
DTMException
wrapping an existing exception.
148
public
DTMException
(Throwable e)
[
all
...]
/prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar
Completed in 4063 milliseconds