Uses of Class
com.univocity.parsers.common.TextWritingException
-
Packages that use TextWritingException Package Description com.univocity.parsers.common -
-
Uses of TextWritingException in com.univocity.parsers.common
Methods in com.univocity.parsers.common that return TextWritingException Modifier and Type Method Description private TextWritingExceptionAbstractWriter. throwExceptionAndClose(java.lang.String message)In case of any exceptions, aTextWritingExceptionis thrown, and the outputWriteris closed.private TextWritingExceptionAbstractWriter. throwExceptionAndClose(java.lang.String message, java.lang.Object[] recordValues, java.lang.Throwable cause)In case of any exceptions, aTextWritingExceptionis thrown, and the outputWriteris closed.private TextWritingExceptionAbstractWriter. throwExceptionAndClose(java.lang.String message, java.lang.String recordCharacters, java.lang.Throwable cause)In case of any exceptions, aTextWritingExceptionis thrown, and the outputWriteris closed.private TextWritingExceptionAbstractWriter. throwExceptionAndClose(java.lang.String message, java.lang.Throwable cause)In case of any exceptions, aTextWritingExceptionis thrown, and the outputWriteris closed.
-