lsst.afw
19.0.0-24-gf0e72354e+1
|
An exception that indicates the single-polygon assumption has been violated. More...
#include <Polygon.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 that indicates the single-polygon assumption has been violated.
The single-polygon assumption is used in Polygon::intersectionSingle and Polygon::unionSingle.