public class TransformerFactoryConfigurationError extends Error
| Constructor and Description |
|---|
TransformerFactoryConfigurationError()
Constructor with no detail message.
|
TransformerFactoryConfigurationError(Exception e)
Constructor with an underlying cause.
|
TransformerFactoryConfigurationError(Exception e,
String msg)
Constructor with an underlying cause and detail message.
|
TransformerFactoryConfigurationError(String msg)
Constructor with a detail message.
|
| Modifier and Type | Method and Description |
|---|---|
Exception |
getException()
Returns the underlying cause.
|
String |
getMessage()
Returns the detail message.
|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TransformerFactoryConfigurationError()
public TransformerFactoryConfigurationError(String msg)
public TransformerFactoryConfigurationError(Exception e)
public TransformerFactoryConfigurationError(Exception e, String msg)
public String getMessage()
getMessage in class Throwablepublic Exception getException()