所有类
javax.xml.parsers
类 ParserConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.xml.parsers.ParserConfigurationException
- 所有已实现的接口:
- Serializable
-
public class ParserConfigurationException
- extends Exception
指示一个严重的配置错误。
- 另请参见:
- 序列化表格
从类 java.lang.Throwable 继承的方法 |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ParserConfigurationException
public ParserConfigurationException()
-
创建一个新的不带详细消息的
ParserConfigurationException
。
ParserConfigurationException
public ParserConfigurationException(String msg)
-
创建一个新的
ParserConfigurationException
,并将 String
指定为一个错误消息。
- 参数:
msg
- 该异常的错误消息。
所有类