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
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 |
ParserConfigurationException
public ParserConfigurationException()
ParserConfigurationException
public ParserConfigurationException(java.lang.String message)
Source code is under GPL (with library exception) in the JAXP project at http://www.gnu.org/software/classpathx/jaxp
This documentation was derived from that source code on 2001-11-20.