Joint_Exception Class Reference
#include <Joint.h>
List of all members.
Public Member Functions |
const char * | getFile () const |
int | getLine () const |
const char * | getMsg () const |
| Joint_Exception (const char *_file, int _line, const char *_msg) |
Private Attributes |
const char * | file |
int | line |
const char * | msg |
Detailed Description
Definition at line 99 of file Joint.h.
Constructor & Destructor Documentation
Joint_Exception::Joint_Exception |
( |
const char * |
_file, |
|
|
int |
_line, |
|
|
const char * |
_msg | |
|
) |
| | [inline] |
Member Function Documentation
const char* Joint_Exception::getFile |
( |
|
) |
const [inline] |
int Joint_Exception::getLine |
( |
|
) |
const [inline] |
const char* Joint_Exception::getMsg |
( |
|
) |
const [inline] |
Member Data Documentation
The documentation for this class was generated from the following file: