@Deprecated 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 FormConstructor and Description |
---|
DatasetReaderException()
Deprecated.
|
DatasetReaderException(String message)
Deprecated.
|
DatasetReaderException(String message,
Throwable t)
Deprecated.
|
DatasetReaderException(Throwable t)
Deprecated.
|
format
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2013–2015. All rights reserved.