javax.xml.parsers
public class ParserConfigurationException extends Exception
Version: $Revision: 226183 $, $Date: 2005-04-08 06:39:14 -0400 (Fri, 08 Apr 2005) $
Constructor Summary | |
---|---|
ParserConfigurationException()
Create a new ParserConfigurationException with no
detail mesage. | |
ParserConfigurationException(String msg)
Create a new ParserConfigurationException with
the String specified as an error message.
|
ParserConfigurationException
with no
detail mesage.ParserConfigurationException
with
the String
specified as an error message.
Parameters: msg The error message for the exception.