public class

ParserConfigurationException

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

Class Overview

Represents an exception that occurred 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.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

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.