javax.xml.parsers
Class ParserConfigurationException
Exception
javax.xml.parsers.ParserConfigurationException
public class ParserConfigurationException
extends Exception
Indicates a serious configuration error.
$Revision: 226183 $, $Date: 2005-04-08 12:39:14 +0200 (Fri, 08 Apr 2005) $
ParserConfigurationException
public ParserConfigurationException()
Create a new ParserConfigurationException
with no
detail mesage.
ParserConfigurationException
public ParserConfigurationException(String msg)
Create a new ParserConfigurationException
with
the String
specified as an error message.
msg
- The error message for the exception.