org.kitesdk.data
Class DatasetIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kitesdk.data.DatasetException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DatasetIOException
public DatasetIOException(String message,
IOException root)
getIOException
public IOException getIOException()
Copyright © 2013–2014. All rights reserved.