Added in API level 1

ParserConfigurationException

public class ParserConfigurationException
extends Exception

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ javax.xml.parsers.ParserConfigurationException


Indicates a serious configuration error.

Summary

Public constructors

ParserConfigurationException()

Create a new ParserConfigurationException with no detail message.

ParserConfigurationException(String msg)

Create a new ParserConfigurationException with the String specified as an error message.

Inherited methods

Public constructors

ParserConfigurationException

Added in API level 1
public ParserConfigurationException ()

Create a new ParserConfigurationException with no detail message.

ParserConfigurationException

Added in API level 1
public ParserConfigurationException (String msg)

Create a new ParserConfigurationException with the String specified as an error message.

Parameters
msg String: The error message for the exception.