KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > management > modelmbean > XMLParseException

javax.management.modelmbean
Class XMLParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.management.modelmbean.XMLParseException
All Implemented Interfaces:
Serializable
See Also:
Source Code

public XMLParseException()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public XMLParseException(Exception e,
                         String s)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public XMLParseException(String s)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags