PST File Format SDK v0.4
Loading...
Searching...
No Matches
errors.h File Reference

The exceptions used by pstsdk. More...

#include <stdexcept>
#include "pstsdk/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  pstsdk::can_not_resize
 A block or node can not satisfy a resize request. More...
 
class  pstsdk::not_implemented
 This function or method has not been implemented. More...
 
class  pstsdk::write_error
 An error occured writing to the file. More...
 
class  pstsdk::database_corrupt
 The database is corrupt. More...
 
class  pstsdk::invalid_format
 The database was not in the expected format. More...
 
class  pstsdk::unexpected_page
 An unexpected page or page type was encountered. More...
 
class  pstsdk::unexpected_block
 An unexpected block or block type was encountered. More...
 
class  pstsdk::crc_fail
 A CRC of an item failed. More...
 
class  pstsdk::sig_mismatch
 An unexpected signature was encountered. More...
 
class  pstsdk::key_not_found< K >
 The requested key was not found. More...
 

Namespaces

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

Detailed Description

The exceptions used by pstsdk.

Author
Terry Mahaffey

Definition in file errors.h.