javax.xml.parsers
Class ParserConfigurationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.xml.parsers.ParserConfigurationException

public class ParserConfigurationException
extends Exception

Indicates a serious configuration error.

Since:
JAXP 1.0

Constructor Summary
ParserConfigurationException(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

ParserConfigurationException

public ParserConfigurationException(String msg)


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