|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Object java.lang.Throwable java.lang.Exception javax.xml.parsers.ParserConfigurationException
public class ParserConfigurationException
指示一个严重的配置错误。
构造方法摘要 | |
---|---|
ParserConfigurationException()
创建一个新的不带详细消息的 ParserConfigurationException 。 |
|
ParserConfigurationException(String msg)
创建一个新的 ParserConfigurationException ,并将 String 指定为一个错误消息。 |
方法摘要 |
---|
从类 java.lang.Throwable 继承的方法 |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
构造方法详细信息 |
---|
public ParserConfigurationException()
ParserConfigurationException
。
public ParserConfigurationException(String msg)
ParserConfigurationException
,并将 String
指定为一个错误消息。
msg
- 该异常的错误消息。
|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。