#include <exceptions.hpp>
Public Member Functions | |
date_time (u16 year, u8 month, u8 day, u8 hour, u8 minute, u8 second, u16 millisecond) throw () | |
![]() | |
base () throw () | |
base (u32 error_id, const std::string &error) throw () | |
base (const std::string &error) throw () | |
virtual | ~base () throw () |
virtual const char * | what () const throw () |
u32 | error_id () const throw () |
Additional Inherited Members | |
![]() | |
u32 | m_error_id |
std::string | m_error |
Definition at line 48 of file exceptions.hpp.
exception::date_time::date_time | ( | u16 | year, |
u8 | month, | ||
u8 | day, | ||
u8 | hour, | ||
u8 | minute, | ||
u8 | second, | ||
u16 | millisecond | ||
) | |||
throw | ( | ||
) |
Definition at line 20 of file exceptions.cpp.