Uses of Class
edu.caltech.nanodb.storage.StorageException
-
Packages that use StorageException Package Description edu.caltech.nanodb.indexes edu.caltech.nanodb.storage This package contains the classes for the Storage Manager, which is responsible for how data is stored in and retrieved from database files. -
-
Uses of StorageException in edu.caltech.nanodb.indexes
Subclasses of StorageException in edu.caltech.nanodb.indexes Modifier and Type Class Description class
IndexException
This class represents errors that occur while manipulating indexes. -
Uses of StorageException in edu.caltech.nanodb.storage
Subclasses of StorageException in edu.caltech.nanodb.storage Modifier and Type Class Description class
DataFormatException
This class represents runtime issues with data files not being in the proper format, or other such issues occurring.class
FileSystemException
This class represents errors that occur while opening, closing and manipulating files.class
InvalidFilePointerException
This exception class can be thrown when a file-pointer is discovered to be invalid for some reason.class
TableException
This class represents errors that occur while manipulating tables.class
TupleFileException
This class represents errors that occur while manipulating tuple files.
-