public class TransformerFactoryConfigurationError extends java.lang.Error
| Constructor and Description |
|---|
TransformerFactoryConfigurationError()
Constructor with no detail message.
|
TransformerFactoryConfigurationError(java.lang.Exception e)
Constructor with an underlying cause.
|
TransformerFactoryConfigurationError(java.lang.Exception e,
java.lang.String msg)
Constructor with an underlying cause and detail message.
|
TransformerFactoryConfigurationError(java.lang.String msg)
Constructor with a detail message.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Exception |
getException()
Returns the underlying cause.
|
java.lang.String |
getMessage()
Returns the detail message.
|
public TransformerFactoryConfigurationError()
public TransformerFactoryConfigurationError(java.lang.String msg)
public TransformerFactoryConfigurationError(java.lang.Exception e)
public TransformerFactoryConfigurationError(java.lang.Exception e, java.lang.String msg)
public java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic java.lang.Exception getException()