Package net.sf.okapi.lib.xliff2.reader
Class XLIFFReaderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.sf.okapi.lib.xliff2.XLIFFException
-
- net.sf.okapi.lib.xliff2.reader.XLIFFReaderException
-
- All Implemented Interfaces:
Serializable
public class XLIFFReaderException extends XLIFFException
Signals that an XLIFF reader had an error.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XLIFFReaderException(String message)Creates a new XLIFFReaderException object with a given message.XLIFFReaderException(String message, Throwable cause)Creates a new XLIFFReaderException object with a given message and a given parent exception cause.XLIFFReaderException(Throwable cause)Creates a new XLIFFReaderException object with a given parent exception cause.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
XLIFFReaderException
public XLIFFReaderException(String message)
Creates a new XLIFFReaderException object with a given message.- Parameters:
message- text of the message.
-
XLIFFReaderException
public XLIFFReaderException(Throwable cause)
Creates a new XLIFFReaderException object with a given parent exception cause.- Parameters:
cause- the parent exception cause.
-
-