javax.xml.parsers

Class ParserConfigurationException


public class ParserConfigurationException
extends Exception

Indicates a serious configuration error.
Version:
1.0
Since:
JAXP 1.0

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.

Copyright B) 2004 Apache XML Project. All Rights Reserved.