FreeCAD C++
|
#include <Base/Exception.h>
The TypeError can be used to indicate the usage of a wrong type.
Public Member Functions | |
TypeError () | |
Construction. | |
TypeError (const TypeError &inst) | |
Construction. | |
virtual | ~TypeError () throw () |
Destruction. | |