org.kitesdk.data
Class DatasetException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.kitesdk.data.DatasetException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConcurrentSchemaModificationException, DatasetIOException, DatasetReaderException, DatasetRepositoryException, DatasetWriterException, IncompatibleSchemaException, MetadataProviderException, SchemaNotFoundException, SerializationException, UnknownFormatException, ValidationException

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

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

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.