English | Site Directory

Android - An Open Handset Alliance Project

javax.xml.parsers
public class

javax.xml.parsers.ParserConfigurationException

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

Represents an exception that occured during the configuration of parser.

Summary

Public Constructors

            ParserConfigurationException()
Creates a new ParserConfigurationException with no error message.
            ParserConfigurationException(String msg)
Creates a new ParserConfigurationException with a given error message.
Methods inherited from class java.lang.Throwable
Methods inherited from class java.lang.Object

Details

Public Constructors

public ParserConfigurationException()

Creates a new ParserConfigurationException with no error message.

public ParserConfigurationException(String msg)

Creates a new ParserConfigurationException with a given error message.

Parameters

msg The error message.
Build 111085-111085 - 25 Sep 2008 14:22