lsst.afw
21.0.0-31-g2bc2b1e0a+8935f19055
|
An exception thrown when an InputArchive's contents do not make sense. More...
#include <Persistable.h>
Public Member Functions | |
void | addMessage (char const *file, int line, char const *func, std::string const &message) |
Traceback const & | getTraceback (void) const noexcept |
virtual std::ostream & | addToStream (std::ostream &stream) const |
virtual char const * | what (void) const noexcept |
T | what (T... args) |
virtual char const * | getType (void) const noexcept |
virtual Exception * | clone (void) const |
An exception thrown when an InputArchive's contents do not make sense.
This is the exception thrown by the LSST_ARCHIVE_ASSERT macro.
Definition at line 39 of file Persistable.h.