|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Object java.lang.Throwable java.lang.Error javax.xml.transform.TransformerFactoryConfigurationError
public class TransformerFactoryConfigurationError
当通过 Transformer Factories 进行的配置存在问题时抛出此异常。当找不到或不能实例化系统属性中指定的转换工厂类时,通常抛出此错误。
构造方法摘要 | |
---|---|
TransformerFactoryConfigurationError()
创建不带详细消息的新 TransformerFactoryConfigurationError 。 |
|
TransformerFactoryConfigurationError(Exception e)
创建带有错误的给定 Exception 基本原因的新 TransformerFactoryConfigurationError 。 |
|
TransformerFactoryConfigurationError(Exception e,
String msg)
创建带有给定 Exception 基本原因和详细消息的新 TransformerFactoryConfigurationError 。 |
|
TransformerFactoryConfigurationError(String msg)
创建带有指定为错误消息的 String 的新 TransformerFactoryConfigurationError 。 |
方法摘要 | |
---|---|
Exception |
getException()
返回引发此异常的实际异常(如果有)。 |
String |
getMessage()
返回针对此错误的消息(如果有)。 |
从类 java.lang.Throwable 继承的方法 |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
构造方法详细信息 |
---|
public TransformerFactoryConfigurationError()
TransformerFactoryConfigurationError
。
public TransformerFactoryConfigurationError(String msg)
String
的新 TransformerFactoryConfigurationError
。
msg
- 针对该异常的错误消息。public TransformerFactoryConfigurationError(Exception e)
Exception
基本原因的新 TransformerFactoryConfigurationError
。
e
- 要封装在 TransformerFactoryConfigurationError 中的异常。public TransformerFactoryConfigurationError(Exception e, String msg)
Exception
基本原因和详细消息的新 TransformerFactoryConfigurationError
。
e
- 要封装在 TransformerFactoryConfigurationError 中的异常msg
- 详细消息。方法详细信息 |
---|
public String getMessage()
Throwable
中的 getMessage
public Exception getException()
|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。