KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > xml > parsers > ParserConfigurationException

javax.xml.parsers
Class ParserConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.xml.parsers.ParserConfigurationException
All Implemented Interfaces:
Serializable
See Also:
Top Examples, Source Code

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


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

Popular Tags