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
Represents an exception that occured during the configuration of 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()
- Creates a new ParserConfigurationException with no error message.
ParserConfigurationException
public ParserConfigurationException(String msg)
- Creates a new ParserConfigurationException with a given error message.
- Parameters:
msg - The error message.
Please submit a feedback, bug or feature