#include <except.hh>
Public Member Functions | |
RVLException () | |
RVLException (const RVLException &s) | |
virtual | ~RVLException () throw () |
const char * | what () const throw () |
RVLException & | operator<< (string str) |
RVLException & | operator<< (const char *str) |
RVLException & | operator<< (int i) |
RVLException & | operator<< (unsigned int i) |
RVLException & | operator<< (long i) |
RVLException & | operator<< (unsigned long i) |
RVLException & | operator<< (short i) |
RVLException & | operator<< (unsigned short i) |
RVLException & | operator<< (double d) |
RVLException & | operator<< (float d) |
template<class T> | |
RVLException & | operator<< (complex< T > d) |
RVLException & | operator<< (char c) |
ostream & | write (ostream &str) const |
Definition at line 46 of file except.hh.
RVL::RVLException::RVLException | ( | const RVLException & | s | ) |
virtual RVL::RVLException::~RVLException | ( | ) | throw () [virtual] |
RVLException& RVL::RVLException::operator<< | ( | string | str | ) |
RVLException& RVL::RVLException::operator<< | ( | const char * | str | ) |
RVLException& RVL::RVLException::operator<< | ( | int | i | ) |
RVLException& RVL::RVLException::operator<< | ( | unsigned int | i | ) |
RVLException& RVL::RVLException::operator<< | ( | long | i | ) |
RVLException& RVL::RVLException::operator<< | ( | unsigned long | i | ) |
RVLException& RVL::RVLException::operator<< | ( | short | i | ) |
RVLException& RVL::RVLException::operator<< | ( | unsigned short | i | ) |
RVLException& RVL::RVLException::operator<< | ( | double | d | ) |
RVLException& RVL::RVLException::operator<< | ( | float | d | ) |
RVLException& RVL::RVLException::operator<< | ( | complex< T > | d | ) |
RVLException& RVL::RVLException::operator<< | ( | char | c | ) |