Searched refs:TransformerFactoryConfigurationError (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jaxp/src/javax/xml/transform/
H A DTransformerFactoryConfigurationError.java34 public class TransformerFactoryConfigurationError extends Error { class in inherits:Error
39 * <code>TransformerFactoryConfigurationError</code>.
44 * Create a new <code>TransformerFactoryConfigurationError</code> with no
47 public TransformerFactoryConfigurationError() { method in class:TransformerFactoryConfigurationError
55 * Create a new <code>TransformerFactoryConfigurationError</code> with
60 public TransformerFactoryConfigurationError(String msg) { method in class:TransformerFactoryConfigurationError
68 * Create a new <code>TransformerFactoryConfigurationError</code> with a
72 * TransformerFactoryConfigurationError.
74 public TransformerFactoryConfigurationError(Exception e) { method in class:TransformerFactoryConfigurationError
82 * Create a new <code>TransformerFactoryConfigurationError</cod
89 public TransformerFactoryConfigurationError(Exception e, String msg) { method in class:TransformerFactoryConfigurationError
[all...]
H A DTransformerFactory.java95 * @throws TransformerFactoryConfigurationError Thrown if the implementation
99 throws TransformerFactoryConfigurationError {
107 throw new TransformerFactoryConfigurationError(
140 * @throws TransformerFactoryConfigurationError
149 throws TransformerFactoryConfigurationError{
154 throw new TransformerFactoryConfigurationError(
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DStAXValidatorHelper.java37 import javax.xml.transform.TransformerFactoryConfigurationError;
80 throw new TransformerFactoryConfigurationError(e);
H A DStreamValidatorHelper.java34 import javax.xml.transform.TransformerFactoryConfigurationError;
122 throw new TransformerFactoryConfigurationError(e);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xslt/
H A DProcess.java44 import javax.xml.transform.TransformerFactoryConfigurationError;
220 catch (TransformerFactoryConfigurationError pfe)

Completed in 238 milliseconds