J2ME[tm] Web Services

javax.xml.parsers
Class FactoryConfigurationError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--javax.xml.parsers.FactoryConfigurationError

public class FactoryConfigurationError
extends java.lang.Error

Thrown when a problem with configuration with the Parser Factories exists. This error will typically be thrown when the class of a parser factory specified in the system properties cannot be found or instantiated.

Since:
JAXP 1.0

Constructor Summary
FactoryConfigurationError(java.lang.String msg)
          Create a new FactoryconfigurationError 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

FactoryConfigurationError

public FactoryConfigurationError(java.lang.String msg)
Create a new FactoryconfigurationError 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.