public class XLIFFException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
XLIFFException(java.lang.String text)
Creates a new exception with a given text.
|
XLIFFException(java.lang.String message,
java.lang.Throwable cause)
Creates a new exception with a given message and
a given parent exception cause.
|
XLIFFException(java.lang.Throwable e)
Creates a new exception with a given parent exception.
|
public XLIFFException(java.lang.String text)
text - Text to go with the new exception.public XLIFFException(java.lang.Throwable e)
e - The parent exception.public XLIFFException(java.lang.String message,
java.lang.Throwable cause)
message - the message.cause - the cause.