javax.xml.parsers
Class ParserConfigurationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.xml.parsers.ParserConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class ParserConfigurationException
extends java.lang.Exception

ParserConfigurationException

Version:
1.0
Author:
Andrew Selkirk
See Also:
Serialized Form

Constructor Summary
ParserConfigurationException()
           
ParserConfigurationException(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, 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()

ParserConfigurationException

public ParserConfigurationException(java.lang.String message)

Source code is GPL'd in the JAXP subproject at http://savannah.gnu.org/projects/classpathx
This documentation was derived from that source code on 2001-07-12.