#include <libtime++.h>
|
| Exception () |
| Creates exception with no explaining comments. More...
|
|
| Exception (const char *message) |
| Creates an exception with an explanation message. More...
|
|
| Exception (const char *message, const char *condition) |
| Creates an exception with message and failed assertion. More...
|
|
| Exception (const char *message, const char *file, const int &line, const char *condition) |
| Create with message, failed assertion, and code position. More...
|
|
| Exception (const char *message, const char *file, const int &line) |
| Create with message and code position. More...
|
|
virtual | ~Exception () |
| provide explicit virtual destructor More...
|
|
virtual void | report () const |
| Screen report. More...
|
|
Definition at line 650 of file libtime++.h.
The documentation for this class was generated from the following files: