javax.xml.parsers

Class ParserConfigurationException


public class ParserConfigurationException
extends Exception

Indicates a serious configuration error.
Version:
$Revision: 226183 $, $Date: 2005-04-08 12:39:14 +0200 (Fri, 08 Apr 2005) $
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 Details

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.