javax.xml.parsers.ParserConfigurationException
Represents an exception that occured during the configuration of parser.
Summary
Public Constructors
fillInStackTrace,
getCause,
getLocalizedMessage,
getMessage,
getStackTrace,
initCause,
printStackTrace,
printStackTrace,
printStackTrace,
setStackTrace,
toString
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
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.