javax.xml.parsers
Class FactoryConfigurationError

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Error
          extended byjavax.xml.parsers.FactoryConfigurationError

public class FactoryConfigurationError
extends 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(String msg)
           
 
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(String msg)


Copyright © 2006,2007 Sun Microsystems, Inc. All rights reserved. See the Copyright Notice for details.