MySQLaux 0.6 is free software from Langensoft written by Thomas Langen.

Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

MySQLaux::InvalidDate Class Reference

Exception thrown when invalid date is requested. More...

#include <Date.h>

Inheritance diagram for MySQLaux::InvalidDate

Inheritance graph
[legend]
List of all members.

Public Methods

string asString () const throw ()
 Get description of exception as string. More...


Detailed Description

Exception thrown when invalid date is requested.

Definition at line 36 of file Date.h.


Member Function Documentation

string MySQLaux::InvalidDate::asString ( ) const throw () [inline, virtual]
 

Get description of exception as string.

Reimplemented from MySQLaux::Exception.

Definition at line 40 of file Date.h.

00041     {
00042       return "Invalid date";
00043 


The documentation for this class was generated from the following file:
Generated at Fri Apr 6 11:20:15 2001 for MySQLaux by doxygen1.2.5 written by Dimitri van Heesch, © 1997-2001