HomeSort by relevance Sort by last modified time
    Searched refs:DTMConfigurationException (Results 1 - 2 of 2) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTMConfigurationException.java 19 * $Id: DTMConfigurationException.java 468653 2006-10-28 07:07:05Z minchau $
28 public class DTMConfigurationException extends DTMException {
32 * Create a new <code>DTMConfigurationException</code> with no
35 public DTMConfigurationException() {
40 * Create a new <code>DTMConfigurationException</code> with
45 public DTMConfigurationException(String msg) {
50 * Create a new <code>DTMConfigurationException</code> with a
54 * DTMConfigurationException.
56 public DTMConfigurationException(Throwable e) {
61 * Create a new <code>DTMConfigurationException</code> with th
    [all...]
DTMManager.java 128 * @throws DTMConfigurationException
132 throws DTMConfigurationException
142 throw new DTMConfigurationException(XMLMessages.createXMLMessage(
149 throw new DTMConfigurationException(XMLMessages.createXMLMessage(

Completed in 1130 milliseconds