javax.xml.parsers
Class ParserConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.xml.parsers.ParserConfigurationException
- All Implemented Interfaces:
- Serializable
public class ParserConfigurationException
- extends Exception
An exception occurred during configuration of the XML parser.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ParserConfigurationException
public ParserConfigurationException()
- Constructor with no detail message.
ParserConfigurationException
public ParserConfigurationException(String msg)
- Constructor with the specified detail message.
- Parameters:
msg
- the detail message