org.kitesdk.data
Class DatasetWriterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kitesdk.data.DatasetException
org.kitesdk.data.DatasetWriterException
- All Implemented Interfaces:
- Serializable
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.
- Since:
- 0.2.0
- See Also:
DatasetWriter
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DatasetWriterException
public DatasetWriterException()
DatasetWriterException
public DatasetWriterException(String message)
DatasetWriterException
public DatasetWriterException(String message,
Throwable t)
DatasetWriterException
public DatasetWriterException(Throwable t)
Copyright © 2013–2014. All rights reserved.