javax.xml.parsers

Class ParserConfigurationException


public class ParserConfigurationException
extends Exception

An exception occurred during configuration of the XML parser.

Constructor Summary

ParserConfigurationException()
Constructor with no detail message.
ParserConfigurationException(String msg)
Constructor with the specified detail message.

Constructor Details

ParserConfigurationException

public ParserConfigurationException()
Constructor with no detail message.


ParserConfigurationException

public ParserConfigurationException(String msg)
Constructor with the specified detail message.

Parameters:
msg - the detail message