public class javax.management.modelmbean
XMLParseException


Hide details Login
Java SE 6
  
Extends: Throwable > 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.

The serialVersionUID of this class is 3176664577895105181L.
since1.5


Constructors
public XMLParseException()
Default constructor .
public XMLParseException(String s)
Constructor taking a string.
sthe detail message.
public XMLParseException(Exception e, String s)
Constructor taking a string and an exception.
ethe nested exception.
sthe detail message.