Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
Error
javax.xml.transform.TransformerFactoryConfigurationError
public class TransformerFactoryConfigurationError
extends Error
Constructor Summary | |
| |
| |
| |
|
Method Summary | |
Exception |
|
String |
|
public TransformerFactoryConfigurationError()
Constructor with no detail message.
public TransformerFactoryConfigurationError(Exception e)
Constructor with an underlying cause.
public TransformerFactoryConfigurationError(Exception e, String msg)
Constructor with an underlying cause and detail message.
public TransformerFactoryConfigurationError(String msg)
Constructor with a detail message.
public Exception getException()
Returns the underlying cause.
public String getMessage()
Returns the detail message.