javax.management.modelmbean
Class XMLParseException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--javax.management.modelmbean.XMLParseException
- 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.
- See Also:
- Serialized Form
|
Method Summary |
(package private) static void |
()
|
void |
printStackTrace()
Overrides the method |
java.lang.String |
toString()
Overrides the method |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
XMLParseException
public XMLParseException()
- Default constructor
XMLParseException
public XMLParseException(java.lang.String message)
- Constructor from a string.
XMLParseException
public XMLParseException(java.lang.Exception e,
java.lang.String message)
- Constructor taking an exception and a string.
static void ()
printStackTrace
public void printStackTrace()
- Overrides the method
- Overrides:
- printStackTrace in class java.lang.Throwable
toString
public java.lang.String toString()
- Overrides the method
- Overrides:
- toString in class java.lang.Throwable