public class XLIFFWriterException extends RuntimeException
| Constructor and Description |
|---|
XLIFFWriterException()
Creates an empty new XLIFFWriterException object.
|
XLIFFWriterException(String message)
Creates a new XLIFFWriterException object with a given message.
|
XLIFFWriterException(String message,
Throwable cause)
Creates a new XLIFFWriterException object with a given message and
a given parent exception cause.
|
XLIFFWriterException(Throwable cause)
Creates a new XLIFFWriterException object with a given parent
exception cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic XLIFFWriterException()
public XLIFFWriterException(String message)
message - text of the message.public XLIFFWriterException(Throwable cause)
cause - the parent exception cause.Copyright © 2020. All rights reserved.