AnCH Framework 0.1
Another C++ Hack Framework
 
Loading...
Searching...
No Matches
anch::date::InvalidFormatException Class Reference

Invalid date format error. More...

#include <invalidFormatException.hpp>

+ Inheritance diagram for anch::date::InvalidFormatException:
+ Collaboration diagram for anch::date::InvalidFormatException:

Public Member Functions

 InvalidFormatException (const std::string &msg)
 
virtual ~InvalidFormatException ()
 
virtual const char * what () const noexcept override
 

Detailed Description

Invalid date format error.

Format error class.

Author
Vincent Lachenal
Since
0.1

Constructor & Destructor Documentation

◆ InvalidFormatException()

anch::date::InvalidFormatException::InvalidFormatException ( const std::string & msg)

InvalidFormatException constructor

Parameters
msgthe error message

◆ ~InvalidFormatException()

virtual anch::date::InvalidFormatException::~InvalidFormatException ( )
virtual

Member Function Documentation

◆ what()

virtual const char * anch::date::InvalidFormatException::what ( ) const
overridevirtualnoexcept

Error message getter

Returns
the error message

The documentation for this class was generated from the following file: