#include <iso_tracker_exception.h>
Public Member Functions | |
| TrackerException (base::String pType, base::String pMessage, base::String pSourceFile, base::String pFunction, int pLineNumber) | |
| parameter based contstructor | |
| TrackerException (base::String pMessage, base::String pSourceFile, base::String pFunction, int pLineNumber) | |
| parameter based contstructor | |
| ~TrackerException () | |
| destructor | |
Protected Member Functions | |
| TrackerException () | |
| default constructur | |
Static Protected Member Functions | |
| static void | initExceptionTypes () |
| initialize exception types | |
Static Protected Attributes | |
| static bool | sExceptionTypesInitialized |
| reflects whether exception types have been initialized | |
Friends | |
| std::ostream & | operator<< (std::ostream &pOstream, const TrackerException &pException) |
| print exception information | |
handling all kinds of tracker related run time errors
Defines a variety of run time errors, which are specific to the img classes: ERR_TRACKER_CAMERA : Camera Error ERR_TRACKER_CAMERA_SETUP : Camera Setup Error ERR_TRACKER_CAMERA_RELEASE : Camera Release Error ERR_TRACKER_CAMERA_READ : Camera Read Error ERR_TRACKER_CAMERA_WRITE : Camera Write Error ERR_TRACKER_IMAGE_FORMAT : Image Format Error ERR_TRACKER_FILE_FORMAT : File Format Error ERR_TRACKER : Tracker Error
Created by Daniel Bisig on 5/17/06. Copyright 2006 Daniel Bisig All rights reserved.
| TrackerException::TrackerException | ( | base::String | pType, | |
| base::String | pMessage, | |||
| base::String | pSourceFile, | |||
| base::String | pFunction, | |||
| int | pLineNumber | |||
| ) |
parameter based contstructor
| pType | type of exception | |
| pMessage | addition text describing exception | |
| pSourceFile | source code file name in which exception occurred | |
| pFunction | function name in which exception occurred | |
| pLineNumber | line number within source file at which exception occurred |
| TrackerException::TrackerException | ( | base::String | pMessage, | |
| base::String | pSourceFile, | |||
| base::String | pFunction, | |||
| int | pLineNumber | |||
| ) |
parameter based contstructor
| pMessage | addition text describing exception | |
| pSourceFile | source code file name in which exception occurred | |
| pFunction | function name in which exception occurred | |
| pLineNumber | line number within source file at which exception occurred |
| TrackerException::~TrackerException | ( | ) |
destructor
| TrackerException::TrackerException | ( | ) | [protected] |
default constructur
| void TrackerException::initExceptionTypes | ( | ) | [static, protected] |
initialize exception types
| std::ostream& operator<< | ( | std::ostream & | pOstream, | |
| const TrackerException & | pException | |||
| ) | [friend] |
print exception information
bool TrackerException::sExceptionTypesInitialized [static, protected] |
reflects whether exception types have been initialized
1.5.1