#include <Date.h>
Inheritance diagram for MySQLaux::InvalidDate
Public Methods | |
string | asString () const throw () |
Get description of exception as string. More... |
Definition at line 36 of file Date.h.
|
Get description of exception as string.
Reimplemented from MySQLaux::Exception. Definition at line 40 of file Date.h. 00041 { 00042 return "Invalid date"; 00043 |