javax.xml.transform
public class TransformerFactoryConfigurationError extends Error
Constructor Summary | |
---|---|
TransformerFactoryConfigurationError()
Constructor with no detail message. | |
TransformerFactoryConfigurationError(String msg)
Constructor with a detail message. | |
TransformerFactoryConfigurationError(Exception e)
Constructor with an underlying cause. | |
TransformerFactoryConfigurationError(Exception e, String msg)
Constructor with an underlying cause and detail message. |
Method Summary | |
---|---|
Exception | getException()
Returns the underlying cause. |
String | getMessage()
Returns the detail message. |