Use is subject to License Terms. Your use of this web site or any of its contents or software indicates your agreement to be bound by these License Terms.
XML API 1.0

javax.xml.parsers
Class ParserConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.xml.parsers.ParserConfigurationException

public class ParserConfigurationException
extends Exception

Indicates a serious configuration error.

Since:
JAXP 1.0

Constructor Summary
ParserConfigurationException(String msg)
           
 
Method Summary
 
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)

XML API 1.0

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

Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms. For more information, please consult the JSR 280 specification.