javax.management.modelmbean
Class XMLParseException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--javax.management.modelmbean.XMLParseException
- All Implemented Interfaces:
- java.io.Serializable
- public class XMLParseException
- extends java.lang.Exception
This exception is thrown when an XML formatted string is being parsed into ModelMBean objects
or when XML formatted strings are being created from ModelMBean objects.
It is also used to wrapper exceptions from XML parsers that may be used.
- Author:
- Young Yang
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
XMLParseException
public XMLParseException()
XMLParseException
public XMLParseException(java.lang.String s)
XMLParseException
public XMLParseException(java.lang.Exception exception,
java.lang.String s)