src/javax/xml/transform/TransformerConfigurationException.java

Print this page

        

*** 30,40 **** */ public class TransformerConfigurationException extends TransformerException { /** * Create a new <code>TransformerConfigurationException</code> with no ! * detail mesage. */ public TransformerConfigurationException() { super("Configuration Error"); } --- 30,40 ---- */ public class TransformerConfigurationException extends TransformerException { /** * Create a new <code>TransformerConfigurationException</code> with no ! * detail message. */ public TransformerConfigurationException() { super("Configuration Error"); }