org.kitesdk.data
Class DatasetReaderException

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.DatasetReaderException
All Implemented Interfaces:
Serializable

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.

Since:
0.2.0
See Also:
DatasetReader, Serialized Form

Constructor Summary
DatasetReaderException()
           
DatasetReaderException(String message)
           
DatasetReaderException(String message, Throwable t)
           
DatasetReaderException(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

DatasetReaderException

public DatasetReaderException()

DatasetReaderException

public DatasetReaderException(String message)

DatasetReaderException

public DatasetReaderException(String message,
                              Throwable t)

DatasetReaderException

public DatasetReaderException(Throwable t)


Copyright © 2013–2014. All rights reserved.