Sourceforge.net - The VCF's Project Host
   The VCF Website Home   |   Online Discussion Forums   |   Sourceforge.net Project Page   

VCF::BadDateFormat Class Reference

This exception is thrown when a bad date format is used. More...

#include <vcf/FoundationKit/DateTime.h>

List of all members.

Public Member Functions

 BadDateFormat (const String &err)
virtual ~BadDateFormat () throw ()
virtual const char * what () const throw ()

Protected Attributes

String err_


Detailed Description

This exception is thrown when a bad date format is used.

An example of an invalid date might be Jan 32, 2003.


Constructor & Destructor Documentation

VCF::BadDateFormat::BadDateFormat const String err  )  [inline]
 

virtual VCF::BadDateFormat::~BadDateFormat  )  throw () [inline, virtual]
 


Member Function Documentation

virtual const char* VCF::BadDateFormat::what  )  const throw () [inline, virtual]
 


Member Data Documentation

String VCF::BadDateFormat::err_ [protected]
 


The documentation for this class was generated from the following file:
   Comments or Suggestions?    License Information