|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Object java.lang.Throwable java.lang.Error javax.xml.parsers.FactoryConfigurationError
public class FactoryConfigurationError
当解析器工厂的配置存在问题时抛出该异常。当找不到系统属性中指定的解析器工厂的类时,或者该类不能被实例化时,通常抛出此错误。
构造方法摘要 | |
---|---|
FactoryConfigurationError() 创建一个新的不带详细消息的 FactoryConfigurationError 。 |
|
FactoryConfigurationError(Exception e) 使用错误的给定 Exception 基本原因创建一个新的 FactoryConfigurationError 。 |
|
FactoryConfigurationError(Exception e, String msg) 使用给定 Exception 的基本原因和详细消息创建一个新的 FactoryConfigurationError 。 |
|
FactoryConfigurationError(String msg) 创建一个新的 FactoryConfigurationError ,并将 String 指定为一个错误消息。 |
方法摘要 | |
---|---|
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 FactoryConfigurationError()
FactoryConfigurationError
。
public FactoryConfigurationError(String msg)
FactoryConfigurationError
,并将
String
指定为一个错误消息。
msg
- 该异常的错误消息。
public FactoryConfigurationError(Exception e)
Exception
基本原因创建一个新的
FactoryConfigurationError
。
e
- FactoryConfigurationError 中要封装的异常。
public FactoryConfigurationError(Exception e, String msg)
Exception
的基本原因和详细消息创建一个新的
FactoryConfigurationError
。
e
- FactoryConfigurationError 中要封装的异常
msg
- 详细消息。
方法详细信息 |
---|
public String getMessage()
Throwable
中的
getMessage
public Exception getException()
|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。