org.kitesdk.data
Class DatasetIOException

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

public class DatasetIOException
extends DatasetException

Exception thrown for dataset IO-related failures.

Since:
0.9.0
See Also:
Serialized Form

Constructor Summary
DatasetIOException(String message, IOException root)
           
 
Method Summary
 IOException getIOException()
           
 
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

DatasetIOException

public DatasetIOException(String message,
                          IOException root)
Method Detail

getIOException

public IOException getIOException()


Copyright © 2013–2014. All rights reserved.