javax.xml.parsers
Class ParserConfigurationException
Exceptionjavax.xml.parsers.ParserConfigurationException
public class ParserConfigurationException
extends Exception
Indicates a serious configuration error.
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.