- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javax.management.modelmbean.XMLParseException
-
- All Implemented Interfaces:
-
Serializable
public class XMLParseException extends 异常
当将XML格式化的字符串解析为ModelMBean对象或从ModelMBean对象创建XML格式的字符串时,将抛出此异常。 它也用于从可能使用的XML解析器中包装异常。该类的serialVersionUID为
3176664577895105181L
。- 从以下版本开始:
- 1.5
- 另请参见:
- Serialized Form
-
-
构造方法摘要
构造方法 Constructor 描述 XMLParseException()
默认构造函数。XMLParseException(异常 e, String s)
构造函数采用字符串和异常。XMLParseException(String s)
构造函数采用字符串。
-
方法摘要
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-