javax.xml.parsers
Class ParserConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.xml.parsers.ParserConfigurationException
All Implemented Interfaces:
Serializable

public class ParserConfigurationException
extends Exception

An exception occurred during configuration of the XML parser.

See Also:
Serialized Form

Constructor Summary
ParserConfigurationException()
          Constructor with no detail message.
ParserConfigurationException(String msg)
          Constructor with the specified detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParserConfigurationException

public ParserConfigurationException()
Constructor with no detail message.


ParserConfigurationException

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

Parameters:
msg - the detail message