lsst.afw g5a732f18d5+66d966b544
Loading...
Searching...
No Matches
Public Member Functions | List of all members
lsst::afw::table::io::MalformedArchiveError Class Reference

An exception thrown when an InputArchive's contents do not make sense. More...

#include <Persistable.h>

Inheritance diagram for lsst::afw::table::io::MalformedArchiveError:
lsst::afw::table::io::PersistenceError lsst::pex::exceptions::IoError lsst::pex::exceptions::RuntimeError lsst::pex::exceptions::Exception std::exception

Public Member Functions

void addMessage (char const *file, int line, char const *func, std::string const &message)
 
Traceback constgetTraceback (void) const noexcept
 
virtual std::ostreamaddToStream (std::ostream &stream) const
 
virtual char constwhat (void) const noexcept
 
what (T... args)
 
virtual char constgetType (void) const noexcept
 
virtual Exceptionclone (void) const
 

Detailed Description

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.


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