javax.xml.parsers
Class ParserConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.xml.parsers.ParserConfigurationException


public class ParserConfigurationException
extends Exception

Indicates a serious configuration error.

Since:
JAXP 1.0

Constructor Summary
ParserConfigurationException(String msg)
          Create a new ParserConfigurationException with the String specified as an error message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.