S3FC project page | S3FC home page |
#include <exception>
#include <string>
Include dependency graph for s3_exception.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
class | s3_exception |
All exceptions are derived from this class, inherited from std::exception. More... | |
class | s3_generic_exception |
Generic exception - this can be used for anything, but it is advised that more specific exception rather be created. More... | |
class | s3_index_exception |
Index bounds violation - use this if an index value is outside of the range [min,max]. More... |
Definition in file s3_exception.h.
Send comments to: s3fc@stonethree.com |
|