public class XLIFFException extends RuntimeException
| Constructor and Description |
|---|
XLIFFException(String text)
Creates a new exception with a given text.
|
XLIFFException(String message,
Throwable cause)
Creates a new exception with a given message and
a given parent exception cause.
|
XLIFFException(Throwable e)
Creates a new exception with a given parent exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic XLIFFException(String text)
text - Text to go with the new exception.public XLIFFException(Throwable e)
e - The parent exception.Copyright © 2020. All rights reserved.