Kstars
SpatialException.h
113 SpatialFailure(const char *context, const char *operation, const char *resource, const char *because = nullptr) throw();
138 SpatialBoundsError(const char *context, const char *array, int32 limit = -1, int32 index = -1) throw();
SpatialBoundsError(const char *what=nullptr)
Default and explicit constructors.
Definition SpatialException.cpp:217
int slen(const char *) const
return string length also for null strings
Definition SpatialException.cpp:129
SpatialException(const char *what=nullptr, int defIndex=1)
Default and explicit constructor.
Definition SpatialException.cpp:44
virtual const char * what() const
Returns the message as set during construction.
Definition SpatialException.cpp:117
SpatialException & operator=(const SpatialException &)
Assignment operator.
Definition SpatialException.cpp:97
SpatialFailure(const char *what=nullptr)
Default and explicit constructors.
Definition SpatialException.cpp:158
SpatialInterfaceError(const char *what=nullptr)
Default and explicit constructors.
Definition SpatialException.cpp:255
SpatialUnimplemented(const char *what=nullptr)
Default and explicit constructors.
Definition SpatialException.cpp:143
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:53:01 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:53:01 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.