org.kitesdk.data
Class DatasetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kitesdk.data.DatasetException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ConcurrentSchemaModificationException, DatasetIOException, DatasetReaderException, DatasetRepositoryException, DatasetWriterException, IncompatibleSchemaException, MetadataProviderException, SchemaNotFoundException, SchemaValidationException, SerializationException, UnknownFormatException
public class DatasetException
- extends RuntimeException
Exception thrown for dataset-related failures. The root of
the dataset exception hierarchy.
Implementations of the Dataset
interface throw this exception if
any of their operations fail. This is a runtime (unchecked) exception.
- Since:
- 0.2.0
- See Also:
Dataset
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DatasetException
public DatasetException()
DatasetException
public DatasetException(String message)
DatasetException
public DatasetException(String message,
Throwable t)
DatasetException
public DatasetException(Throwable t)
Copyright © 2013–2014. All rights reserved.