public class XMLFormatException
extends java.lang.Exception
Throwable.getCause()),
like a SAXException.| Constructor and Description |
|---|
XMLFormatException(java.lang.String message)
Create a new XML format exception with the given exception message.
|
XMLFormatException(java.lang.String message,
java.lang.Throwable cause)
Creates a new XML format exception with the given cause and message.
|
XMLFormatException(java.lang.Throwable cause)
Creates a new XML format exception with the given cause.
|
public XMLFormatException(java.lang.String message)
message - The message of the exception.Exception.Exception(String)public XMLFormatException(java.lang.Throwable cause)
cause - The cause of the exception.Exception.Exception(Throwable)public XMLFormatException(java.lang.String message,
java.lang.Throwable cause)
message - The message of the exception.cause - The cause of the exception.Exception.Exception(String, Throwable)