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 TextWritingExceptionAbstractWriter.throwExceptionAndClose(String message) In case of any exceptions, aTextWritingExceptionis thrown, and the outputWriteris closed.private TextWritingExceptionAbstractWriter.throwExceptionAndClose(String message, Object[] recordValues, Throwable cause) In case of any exceptions, aTextWritingExceptionis thrown, and the outputWriteris closed.private TextWritingExceptionAbstractWriter.throwExceptionAndClose(String message, String recordCharacters, Throwable cause) In case of any exceptions, aTextWritingExceptionis thrown, and the outputWriteris closed.private TextWritingExceptionAbstractWriter.throwExceptionAndClose(String message, Throwable cause) In case of any exceptions, aTextWritingExceptionis thrown, and the outputWriteris closed.