|
ACT-CV - Machine Vision for Cognitive Modeling
|
simple exception class holding the current line and the file name More...
#include <mhexcptn.h>


Public Member Functions | |
| FileLineException (const char *s, int l) | |
| const char * | GetFile () const |
Public Member Functions inherited from LineException | |
| LineException (int l) | |
Private Attributes | |
| char | buf [10240] |
Additional Inherited Members | |
Public Attributes inherited from LineException | |
| int | line |
simple exception class holding the current line and the file name
Definition at line 74 of file mhexcptn.h.
| FileLineException::FileLineException | ( | const char * | s, |
| int | l | ||
| ) |
Definition at line 77 of file mhexcptn.h.
References buf.
| const char* FileLineException::GetFile | ( | ) | const |
Definition at line 81 of file mhexcptn.h.
References buf.
|
private |
Definition at line 75 of file mhexcptn.h.
Referenced by FileLineException(), and GetFile().