public class XmlWriterIOException extends IOException
Constructor and Description |
---|
XmlWriterIOException(IOException ex)
Constructs a new
XmlWriterIOException with the
specified detail message. |
XmlWriterIOException(String s)
Constructs a new
XmlWriterIOException with the
specified detail message. |
XmlWriterIOException(String s,
IOException ex)
Constructs a new
XmlWriterIOException with the
specified detail message. |
Modifier and Type | Method and Description |
---|---|
IOException |
getException()
Returns the original enclosed exception or null if any.
|
String |
getMessage()
Returns the message of this exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public XmlWriterIOException(String s)
XmlWriterIOException
with the
specified detail message.s
- the detail message of this exceptionpublic XmlWriterIOException(IOException ex)
XmlWriterIOException
with the
specified detail message.ex
- the enclosed exceptionpublic XmlWriterIOException(String s, IOException ex)
XmlWriterIOException
with the
specified detail message.s
- the detail message of this exceptionex
- the original exceptionpublic String getMessage()
getMessage
in class Throwable
public IOException getException()