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 06:39:14 -0400 (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.
Copyright B) 1999-2006 The Apache Software Foundation. All Rights Reserved.