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 TextWritingException
AbstractWriter. throwExceptionAndClose(java.lang.String message)
In case of any exceptions, aTextWritingException
is thrown, and the outputWriter
is closed.private TextWritingException
AbstractWriter. throwExceptionAndClose(java.lang.String message, java.lang.Object[] recordValues, java.lang.Throwable cause)
In case of any exceptions, aTextWritingException
is thrown, and the outputWriter
is closed.private TextWritingException
AbstractWriter. throwExceptionAndClose(java.lang.String message, java.lang.String recordCharacters, java.lang.Throwable cause)
In case of any exceptions, aTextWritingException
is thrown, and the outputWriter
is closed.private TextWritingException
AbstractWriter. throwExceptionAndClose(java.lang.String message, java.lang.Throwable cause)
In case of any exceptions, aTextWritingException
is thrown, and the outputWriter
is closed.
-