public class TransformerFactoryConfigurationError extends Error
| Constructor and Description |
|---|
TransformerFactoryConfigurationError()
创建新
TransformerFactoryConfigurationError没有详细信息。
|
TransformerFactoryConfigurationError(异常 e)
创建一个给定的误差
异常基地造成新的
TransformerFactoryConfigurationError。
|
TransformerFactoryConfigurationError(异常 e, String msg)
创建一个新的
TransformerFactoryConfigurationError与给定的
异常基地的原因和详细信息。
|
TransformerFactoryConfigurationError(String msg)
创建具有
String指定为错误信息的一个新的
TransformerFactoryConfigurationError。
|
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause()
使用异常链机制jdk1.4
|
异常 |
getException()
返回引发此异常的实际异常(如果有的话)。
|
String |
getMessage()
返回此错误的消息(如果有的话)。
|
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TransformerFactoryConfigurationError()
TransformerFactoryConfigurationError没有详细信息。
public TransformerFactoryConfigurationError(String msg)
String指定为错误信息的一个新的
TransformerFactoryConfigurationError。
msg为异常的错误消息。
public TransformerFactoryConfigurationError(异常 e)
异常基地造成新的
TransformerFactoryConfigurationError。
e -被封装在一个transformerfactoryconfigurationerror例外。
public String getMessage()
getMessage 方法重写,继承类
Throwable
public 异常 getException()
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.