SpatialUnimplemented

Search for usage in LXR

SpatialUnimplemented Class Reference

#include <SpatialException.h>

Inheritance diagram for SpatialUnimplemented:

Public Member Functions

 SpatialUnimplemented (const char *context, const char *because) throw ()
 
 SpatialUnimplemented (const char *what=nullptr) throw ()
 
 SpatialUnimplemented (const SpatialUnimplemented &) throw ()
 
- Public Member Functions inherited from SpatialException
 SpatialException (const char *context, const char *because, int defIndex=1) throw ()
 
 SpatialException (const char *what=nullptr, int defIndex=1) throw ()
 
 SpatialException (const SpatialException &) throw ()
 
virtual ~SpatialException () throw ()
 
void clear ()
 
SpatialExceptionoperator= (const SpatialException &) throw ()
 
int slen (const char *) const
 
virtual const char * what () const throw ()
 

Additional Inherited Members

- Static Public Attributes inherited from SpatialException
static const char * defaultstr []
 
- Protected Attributes inherited from SpatialException
char * str_
 

Detailed Description

SpatialException thrown by unimplemented functions.

This Exception should be thrown wherever important functionality has been left temporarily unimplemented. Typically this exception will apply to an entire function.

Definition at line 82 of file SpatialException.h.

Constructor & Destructor Documentation

◆ SpatialUnimplemented() [1/3]

SpatialUnimplemented::SpatialUnimplemented ( const char * what = nullptr)
throw ( )

Default and explicit constructors.

Definition at line 143 of file SpatialException.cpp.

◆ SpatialUnimplemented() [2/3]

SpatialUnimplemented::SpatialUnimplemented ( const char * context,
const char * because )
throw ( )

Standard constructor.

Definition at line 147 of file SpatialException.cpp.

◆ SpatialUnimplemented() [3/3]

SpatialUnimplemented::SpatialUnimplemented ( const SpatialUnimplemented & oldX)
throw ( )

Copy constructor.

Definition at line 152 of file SpatialException.cpp.


The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:19:05 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.