Kstars
SpatialException.cpp
65SpatialException::SpatialException(const char *context, const char *because, int defIndex) throw()
143SpatialUnimplemented::SpatialUnimplemented(const char *cstr) throw() : SpatialException(cstr, UNIMPLEMENTED)
152SpatialUnimplemented::SpatialUnimplemented(const SpatialUnimplemented &oldX) throw() : SpatialException(oldX)
217SpatialBoundsError::SpatialBoundsError(const char *cstr) throw() : SpatialException(cstr, BOUNDS)
221SpatialBoundsError::SpatialBoundsError(const char *context, const char *array, int32 limit, int32 index) throw()
249SpatialBoundsError::SpatialBoundsError(const SpatialBoundsError &oldX) throw() : SpatialException(oldX)
255SpatialInterfaceError::SpatialInterfaceError(const char *cstr) throw() : SpatialException(cstr, INTERFACE)
264SpatialInterfaceError::SpatialInterfaceError(const char *context, const char *argument, const char *because) throw()
297SpatialInterfaceError::SpatialInterfaceError(const SpatialInterfaceError &oldX) throw() : SpatialException(oldX)
SpatialException thrown on violation of array bounds.
Definition SpatialException.h:128
SpatialBoundsError(const char *what=nullptr)
Default and explicit constructors.
Definition SpatialException.cpp:217
HTM SpatialIndex Exception base class This is the base class for all Science Archive exceptions.
Definition SpatialException.h:29
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
SpatialException thrown on violation of interface protocols.
Definition SpatialException.h:154
SpatialInterfaceError(const char *what=nullptr)
Default and explicit constructors.
Definition SpatialException.cpp:255
SpatialException thrown by unimplemented functions.
Definition SpatialException.h:83
SpatialUnimplemented(const char *what=nullptr)
Default and explicit constructors.
Definition SpatialException.cpp:143
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:43 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:43 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.