RVL::RVLException Class Reference
An implementation of the std::exception interface, with additional methods so it can be used more like a output stream.
More...
#include <except.hh>
List of all members.
Detailed Description
An implementation of the std::exception interface, with additional methods so it can be used more like a output stream.
Definition at line 46 of file except.hh.
Constructor & Destructor Documentation
RVL::RVLException::RVLException |
( |
|
) |
|
virtual RVL::RVLException::~RVLException |
( |
|
) |
throw () [virtual] |
Member Function Documentation
const char* RVL::RVLException::what |
( |
|
) |
const throw () |
RVLException& RVL::RVLException::operator<< |
( |
const char * |
str |
) |
|
RVLException& RVL::RVLException::operator<< |
( |
unsigned int |
i |
) |
|
RVLException& RVL::RVLException::operator<< |
( |
unsigned long |
i |
) |
|
RVLException& RVL::RVLException::operator<< |
( |
unsigned short |
i |
) |
|
template<class T >
RVLException& RVL::RVLException::operator<< |
( |
complex< T > |
d |
) |
|
ostream& RVL::RVLException::write |
( |
ostream & |
str |
) |
const |
The documentation for this class was generated from the following file: