#include <typelib/importer.hh>

Public Member Functions | |
| ImportError (const std::string &file, const std::string &what_="", int line=0, int column=0) | |
| ~ImportError () throw () | |
| void | setFile (const std::string &path) |
| std::string | getFile () const |
| int | getLine () const |
| int | getColumn () const |
| ImportError::ImportError | ( | const std::string & | file, | |
| const std::string & | what_ = "", |
|||
| int | line = 0, |
|||
| int | column = 0 | |||
| ) |
| ImportError::~ImportError | ( | ) | throw () |
| void ImportError::setFile | ( | const std::string & | path | ) |
| std::string ImportError::getFile | ( | ) | const |
The file in which the exception occured
| int ImportError::getLine | ( | ) | const |
Line of error
| int ImportError::getColumn | ( | ) | const |
Column of error
1.5.6