Serializablepublic final class InvalidXMLException extends RuntimeException
| Constructor | Description |
|---|---|
InvalidXMLException(String message) |
Constructs a new
InvalidXMLException with the specified
detail message. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidXMLException(String message)
InvalidXMLException with the specified
detail message.message - the optional detail message, or null.