Uses of Class
net.sf.okapi.lib.xliff2.XLIFFException
-
Packages that use XLIFFException Package Description net.sf.okapi.lib.xliff2.core Classes implementing the object model of a parsed XLIFF document.net.sf.okapi.lib.xliff2.reader Classes to read and validate an XLIFF document. -
-
Uses of XLIFFException in net.sf.okapi.lib.xliff2.core
Subclasses of XLIFFException in net.sf.okapi.lib.xliff2.core Modifier and Type Class Description classInvalidMarkerOrderExceptionSignals that there is a marker not properly located in a fragment or unit.classInvalidPositionExceptionIndicates that an action was using the second special character of a marker reference as a normal character. -
Uses of XLIFFException in net.sf.okapi.lib.xliff2.reader
Subclasses of XLIFFException in net.sf.okapi.lib.xliff2.reader Modifier and Type Class Description classXLIFFReaderExceptionSignals that an XLIFF reader had an error.
-