public class javax.xml.parsers
ParserConfigurationException


Show All Login
Java SE 6
  
Extends: Throwable > Exception
Details
Indicates a serious configuration error.
version$Revision: 1.2 $, $Date: 2005/06/10 03:50:29 $

Constructors
public ParserConfigurationException()
Create a new ParserConfigurationException with no detail mesage.
public ParserConfigurationException(String msg) Details
Create a new ParserConfigurationException with the String specified as an error message.
msgThe error message for the exception.