java.io.Serializablepublic class ParserConfigurationException
extends java.lang.Exception
| Constructor | Description |
|---|---|
ParserConfigurationException() |
Create a new
ParserConfigurationException with no
detail message. |
ParserConfigurationException(java.lang.String msg) |
Create a new
ParserConfigurationException with
the String specified as an error message. |
public ParserConfigurationException()
ParserConfigurationException with no
detail message.public ParserConfigurationException(java.lang.String msg)
ParserConfigurationException with
the String specified as an error message.msg - The error message for the exception.