 |
NAPISD
PAHdb website C++ backend
|
Loading...
Searching...
No Matches
12 Exception(
const std::string_view message =
"Undefined exception")
15 time_t t = std::time(
nullptr);
17 struct tm *tm_s = std::localtime(&t);
21 std::strftime(str_t,
sizeof(str_t),
"%Y%m%d-%X - EXCEPTION: ", tm_s);
23 _message = std::string(str_t).append(message);
28 const char *what()
const throw()
override;
34inline const char *Exception::what()
const throw() {
36 return (_message.c_str());
Since FY2019 the NASA Ames PAH IR Spectroscopic Database is being supported
through a directed Work Package at NASA Ames titled: "Laboratory Astrophysics - The NASA Ames PAH IR Spectroscopic Database".
Since FY2023 the NASA Ames PAH IR Spectroscopic Database is being supported
through the Laboratory Astrophysics Rd 2 directed Work Package at NASA Ames.
© Copyright 2021-2025, Christiaan Boersma