The exception testing feature. More...
#include <FeatureTest.h>
Public Member Functions | |
virtual DocumentObjectExecReturn * | execute (void) |
recalculate the Feature and throw an exeption | |
FeatureTestException () | |
virtual const char * | getViewProviderName (void) const |
returns the type name of the ViewProvider | |
Public Attributes | |
App::PropertyInteger | ExceptionType |
this property defines which kind of exceptio the feature throw on you |
The exception testing feature.
Definition at line 109 of file FeatureTest.h.
FeatureTestException::FeatureTestException | ( | ) |
Definition at line 124 of file FeatureTest.cpp.
References ADD_PROPERTY, and Base::Exception::getClassTypeId().
DocumentObjectExecReturn * FeatureTestException::execute | ( | void | ) | [virtual] |
recalculate the Feature and throw an exeption
Reimplemented from App::FeatureTest.
Definition at line 129 of file FeatureTest.cpp.
virtual const char* App::FeatureTestException::getViewProviderName | ( | void | ) | const [inline, virtual] |
returns the type name of the ViewProvider
Reimplemented from App::FeatureTest.
Definition at line 122 of file FeatureTest.h.
this property defines which kind of exceptio the feature throw on you
Reimplemented from App::FeatureTest.
Definition at line 117 of file FeatureTest.h.