Kstars
SpatialException.cpp
65 SpatialException::SpatialException(const char *context, const char *because, int defIndex) throw()
143 SpatialUnimplemented::SpatialUnimplemented(const char *cstr) throw() : SpatialException(cstr, UNIMPLEMENTED)
152 SpatialUnimplemented::SpatialUnimplemented(const SpatialUnimplemented &oldX) throw() : SpatialException(oldX)
167 SpatialFailure::SpatialFailure(const char *context, const char *operation, const char *resource,
217 SpatialBoundsError::SpatialBoundsError(const char *cstr) throw() : SpatialException(cstr, BOUNDS)
221 SpatialBoundsError::SpatialBoundsError(const char *context, const char *array, int32 limit, int32 index) throw()
249 SpatialBoundsError::SpatialBoundsError(const SpatialBoundsError &oldX) throw() : SpatialException(oldX)
255 SpatialInterfaceError::SpatialInterfaceError(const char *cstr) throw() : SpatialException(cstr, INTERFACE)
264 SpatialInterfaceError::SpatialInterfaceError(const char *context, const char *argument, const char *because) throw()
297 SpatialInterfaceError::SpatialInterfaceError(const SpatialInterfaceError &oldX) throw() : SpatialException(oldX)
int slen(const char *) const
return string length also for null strings
Definition: SpatialException.cpp:129
SpatialException thrown by unimplemented functions.
Definition: SpatialException.h:82
SpatialException thrown on violation of array bounds.
Definition: SpatialException.h:127
SpatialBoundsError(const char *what=nullptr)
Default and explicit constructors.
Definition: SpatialException.cpp:217
SpatialInterfaceError(const char *what=nullptr)
Default and explicit constructors.
Definition: SpatialException.cpp:255
SpatialException & operator=(const SpatialException &)
Assignment operator.
Definition: SpatialException.cpp:97
SpatialException(const char *what=nullptr, int defIndex=1)
Default and explicit constructor.
Definition: SpatialException.cpp:44
HTM SpatialIndex Exception base class This is the base class for all Science Archive exceptions.
Definition: SpatialException.h:28
SpatialFailure(const char *what=nullptr)
Default and explicit constructors.
Definition: SpatialException.cpp:158
SpatialException thrown on violation of interface protocols.
Definition: SpatialException.h:153
virtual const char * what() const
Returns the message as set during construction.
Definition: SpatialException.cpp:117
SpatialUnimplemented(const char *what=nullptr)
Default and explicit constructors.
Definition: SpatialException.cpp:143
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Sun Aug 14 2022 04:14:02 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Sun Aug 14 2022 04:14:02 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.