public class DatasetRecordException extends DatasetException
When writing, this exception indicates that a record could not be written, but the writer is still valid and ready to write other records.
When reading, this exception indicates that a record could not be built from record data, but that reader is still valid and able to read the next records.
Constructor and Description |
---|
DatasetRecordException(String message) |
DatasetRecordException(String message,
Throwable t) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2013–2014. All rights reserved.