lsst.afw  22.0.1-32-g5ddfab5d3+23bd69c089
Public Member Functions | List of all members
lsst::afw::typehandling::UnsupportedOperationException Class Reference

Exception thrown by Storable operations for unimplemented operations. More...

#include <Storable.h>

Inheritance diagram for lsst::afw::typehandling::UnsupportedOperationException:
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 const & getTraceback (void) const noexcept
 
virtual std::ostreamaddToStream (std::ostream &stream) const
 
virtual char const * what (void) const noexcept
 
what (T... args)
 
virtual char const * getType (void) const noexcept
 
virtual Exceptionclone (void) const
 

Detailed Description

Exception thrown by Storable operations for unimplemented operations.

As with all RuntimeError, callers should assume that this exception may be thrown at any time.

Definition at line 46 of file Storable.h.


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