@Deprecated public class DatasetWriterException extends DatasetException
Exception thrown for dataset writer-related failures.
Implementations of the DatasetWriter
interface throw this exception
if any of their operations fail. This is a runtime (unchecked) exception.
DatasetWriter
,
Serialized FormConstructor and Description |
---|
DatasetWriterException()
Deprecated.
|
DatasetWriterException(String message)
Deprecated.
|
DatasetWriterException(String message,
Throwable t)
Deprecated.
|
DatasetWriterException(Throwable t)
Deprecated.
|
format
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2013–2015. All rights reserved.