Typelib::ImportError Class Reference

#include <typelib/importer.hh>

Collaboration diagram for Typelib::ImportError:

Collaboration graph
[legend]

List of all members.

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


Detailed Description

Base class for exception thrown during import

Constructor & Destructor Documentation

ImportError::ImportError ( const std::string &  file,
const std::string &  what_ = "",
int  line = 0,
int  column = 0 
)

ImportError::~ImportError (  )  throw ()


Member Function Documentation

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


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

Generated on Thu Jan 22 16:37:54 2009 for typeLib by doxygen 1.5.6
SourceForge.net Project Page