javax.xml.parsers
Class ParserConfigurationException
Exception
javax.xml.parsers.ParserConfigurationException
public class ParserConfigurationException
extends Exception
Indicates a serious configuration error.
Version:
- JAXP 1.0
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) 2004 Apache XML Project. All Rights Reserved.