org.kitesdk.data
Class DatasetWriterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.kitesdk.data.DatasetException
                  extended by 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

Constructor Summary
DatasetWriterException()
           
DatasetWriterException(String message)
           
DatasetWriterException(String message, Throwable t)
           
DatasetWriterException(Throwable t)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.