javax.xml.parsers

Class ParserConfigurationException

public class ParserConfigurationException extends Exception

Indicates a serious configuration error.

Version: $Revision: 446598 $, $Date: 2006-09-15 08:55:40 -0400 (Fri, 15 Sep 2006) $

Author: Jeff Suttor

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.

Constructor Detail

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.

Parameters: msg The error message for the exception.