Uses of Class
com.univocity.parsers.common.TextWritingException
Packages that use TextWritingException
-
Uses of TextWritingException in com.univocity.parsers.common
Methods in com.univocity.parsers.common that return TextWritingExceptionModifier and TypeMethodDescriptionprivate TextWritingException
AbstractWriter.throwExceptionAndClose
(String message) In case of any exceptions, aTextWritingException
is thrown, and the outputWriter
is closed.private TextWritingException
AbstractWriter.throwExceptionAndClose
(String message, Object[] recordValues, Throwable cause) In case of any exceptions, aTextWritingException
is thrown, and the outputWriter
is closed.private TextWritingException
AbstractWriter.throwExceptionAndClose
(String message, String recordCharacters, Throwable cause) In case of any exceptions, aTextWritingException
is thrown, and the outputWriter
is closed.private TextWritingException
AbstractWriter.throwExceptionAndClose
(String message, Throwable cause) In case of any exceptions, aTextWritingException
is thrown, and the outputWriter
is closed.