public final class InvalidXMLException extends RuntimeException
Constructor and Description |
---|
InvalidXMLException(String message)
Constructs a new
InvalidXMLException with the specified
detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidXMLException(String message)
InvalidXMLException
with the specified
detail message.message
- the optional detail message, or null
.