J2ME[tm] Web Services

javax.xml.parsers
Class ParserConfigurationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.xml.parsers.ParserConfigurationException

public class ParserConfigurationException
extends java.lang.Exception

Indicates a serious configuration error.

Since:
JAXP 1.0

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

Constructor Detail

ParserConfigurationException

public ParserConfigurationException(java.lang.String msg)
Create a new ParserConfigurationException with the String specified as an error message.

Parameters:
msg - The error message for the exception.

J2ME[tm] Web Services

Submit a comment or suggestion Version 1.0 of J2ME Web Services Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries. Copyright (c) 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road,Palo Alto, California, 94303, U.S.A. All Rights Reserved. Use is subject to license terms.