ACT-CV - Machine Vision for Cognitive Modeling
Public Member Functions | Private Attributes | List of all members
FileLineException Class Reference

simple exception class holding the current line and the file name More...

#include <mhexcptn.h>

Inheritance diagram for FileLineException:
Inheritance graph
Collaboration diagram for FileLineException:
Collaboration graph

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
 

Detailed Description

simple exception class holding the current line and the file name

Definition at line 74 of file mhexcptn.h.

Constructor & Destructor Documentation

FileLineException::FileLineException ( const char *  s,
int  l 
)

Definition at line 77 of file mhexcptn.h.

References buf.

Member Function Documentation

const char* FileLineException::GetFile ( ) const

Definition at line 81 of file mhexcptn.h.

References buf.

Member Data Documentation

char FileLineException::buf[10240]
private

Definition at line 75 of file mhexcptn.h.

Referenced by FileLineException(), and GetFile().


The documentation for this class was generated from the following file:


ACT-CV - Machine Vision for Cognitive Modeling
© 2015 Marc Halbruegge (actcvlibrary@googlemail.com)