public class DatasetReaderException extends DatasetException
Exception thrown for dataset reader-related failures.
Implementations of the DatasetReader interface throw this exception
if any of their operations fail. This is a runtime (unchecked) exception.
DatasetReader,
Serialized Form| Constructor and Description |
|---|
DatasetReaderException() |
DatasetReaderException(String message) |
DatasetReaderException(String message,
Throwable t) |
DatasetReaderException(Throwable t) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2013–2014. All rights reserved.