ParserConfigurationException

public class ParserConfigurationException extends Exception

Indicates a serious configuration error.

Public Constructor Summary

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 Method Summary

Public Constructors

public ParserConfigurationException ()

Create a new ParserConfigurationException with no detail message.

public ParserConfigurationException (String msg)

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

Parameters
msg The error message for the exception.