Package | Description |
---|---|
com.univocity.parsers.common |
Modifier and Type | Method and Description |
---|---|
private TextWritingException |
AbstractWriter.throwExceptionAndClose(java.lang.String message)
In case of any exceptions, a
TextWritingException is thrown, and the output Writer is closed. |
private TextWritingException |
AbstractWriter.throwExceptionAndClose(java.lang.String message,
java.lang.Object[] recordValues,
java.lang.Throwable cause)
In case of any exceptions, a
TextWritingException is thrown, and the output Writer is closed. |
private TextWritingException |
AbstractWriter.throwExceptionAndClose(java.lang.String message,
java.lang.String recordCharacters,
java.lang.Throwable cause)
In case of any exceptions, a
TextWritingException is thrown, and the output Writer is closed. |
private TextWritingException |
AbstractWriter.throwExceptionAndClose(java.lang.String message,
java.lang.Throwable cause)
In case of any exceptions, a
TextWritingException is thrown, and the output Writer is closed. |