|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Error
javax.xml.transform.TransformerFactoryConfigurationError
public class TransformerFactoryConfigurationError
An error occurred during configuration of the transformer factory.
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
Exception |
getException()
Returns the underlying cause. |
String |
getMessage()
Returns the detail message. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TransformerFactoryConfigurationError()
public TransformerFactoryConfigurationError(String msg)
public TransformerFactoryConfigurationError(Exception e)
public TransformerFactoryConfigurationError(Exception e,
String msg)
| Method Detail |
|---|
public String getMessage()
getMessage in class Throwablepublic Exception getException()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||