Android
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.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56