|
The Sleuth Kit Framework
4.1
|
Contains definition of Framework exception classes. More...
#include <stdexcept>#include "tsk/framework/framework_i.h"Classes | |
| class | TskException |
| Framework exception class. More... | |
Macros | |
| #define | TSK_DECLARE_EXCEPTION(CLS, BASE) |
| #define | TSK_IMPLEMENT_EXCEPTION(CLS, BASE, NAME) |
Contains definition of Framework exception classes.
Based on techniques used in the Poco Exception class.
| #define TSK_DECLARE_EXCEPTION | ( | CLS, | |
| BASE | |||
| ) |
| #define TSK_IMPLEMENT_EXCEPTION | ( | CLS, | |
| BASE, | |||
| NAME | |||
| ) |
Copyright © 2011-2013 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.