EDeadline represents a deadline exceeded expection.
More...
#include <EDeadline.h>
|
| | EDeadline (const char *arg, double expectedTimeForCompletion=0) |
| | Constructor with a C-style string. More...
|
| |
| | EDeadline (std::string arg, double expectedTimeForCompletion=0) |
| | Constructor with an STL string. More...
|
| |
| | EDeadline (const std::stringstream &arg, double expectedTimeForCompletion=0) |
| | Constructor with an STL stringstream. More...
|
| |
| | E (const char *arg) |
| | Constructor with a C-style string. More...
|
| |
| | E (std::string arg) |
| | Constructor with an STL string. More...
|
| |
| | E (const std::stringstream &arg) |
| | Constructor with an STL stringstream. More...
|
| |
| void | Print () const |
| | Prints the error message to cout. More...
|
| |
| std::string | SoftPrint () const |
| | Returns the error message. More...
|
| |
| virtual | ~E () |
| | Destructor. More...
|
| |
EDeadline represents a deadline exceeded expection.
| EDeadline::EDeadline |
( |
const char * |
arg, |
|
|
double |
expectedTimeForCompletion = 0 |
|
) |
| |
|
inline |
Constructor with a C-style string.
| EDeadline::EDeadline |
( |
std::string |
arg, |
|
|
double |
expectedTimeForCompletion = 0 |
|
) |
| |
|
inline |
Constructor with an STL string.
| EDeadline::EDeadline |
( |
const std::stringstream & |
arg, |
|
|
double |
expectedTimeForCompletion = 0 |
|
) |
| |
|
inline |
Constructor with an STL stringstream.
| double EDeadline::_m_expectedTimeForCompletion |