Fairport  v1.0.38
fairport/util/errors.h File Reference

The exceptions used by Fairport. More...

#include <stdexcept>
#include "fairport/util/primitives.h"
+ Include dependency graph for errors.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fairport::not_implemented
 This function or method has not been implemented. More...
class  fairport::database_corrupt
 The database is corrupt. More...
class  fairport::invalid_format
 The database was not in the expected format. More...
class  fairport::unexpected_page
 An unexpected page or page type was encountered. More...
class  fairport::unexpected_block
 An unexpected block or block type was encountered. More...
class  fairport::crc_fail
 A CRC of an item failed. More...
class  fairport::sig_mismatch
 An unexpected signature was encountered. More...
class  fairport::key_not_found< K >
 The requested key was not found. More...

Namespaces

namespace  fairport
 

Contains the definition of all in memory representations of disk structures.



Detailed Description

The exceptions used by Fairport.

Author:
Terry Mahaffey

Definition in file errors.h.