|
SO3Engine
|
SException indicating that a call to an unimplemented functionnality was done. More...
#include <SO3Exception.h>
Public Member Functions | |
| SExceptionUnimplemented (const std::string &exceptDescription, const std::string &exceptSource, const char *exceptFile, long exceptLine, bool exceptToLogFile=false) | |
Public Member Functions inherited from SO3::SException | |
| SException (const std::string &exceptDescription, const std::string &exceptSource, bool exceptToLogFile) | |
| SException (const std::string &exceptDescription, const std::string &exceptSource, const char *exceptType, const char *exceptFile, long exceptLine, bool exceptToLogFile) | |
| SException (const SException &exception) | |
| virtual | ~SException () throw () |
| void | operator= (const SException &exception) |
| virtual const std::string & | GetFullDescription () const |
| virtual const std::string & | GetSource () const |
| virtual const std::string & | GetFile () const |
| virtual long | GetLine () const |
| virtual const std::string & | GetDescription () const |
| const char * | what () const throw () |
Additional Inherited Members | |
Protected Attributes inherited from SO3::SException | |
| long | line |
| std::string | typeName |
| std::string | description |
| std::string | source |
| std::string | file |
| bool | toLogFile |
| std::string | fullDesc |
SException indicating that a call to an unimplemented functionnality was done.
Definition at line 104 of file SO3Exception.h.
| SO3::SExceptionUnimplemented::SExceptionUnimplemented | ( | const std::string & | exceptDescription, |
| const std::string & | exceptSource, | ||
| const char * | exceptFile, | ||
| long | exceptLine, | ||
| bool | exceptToLogFile = false |
||
| ) |
Definition at line 134 of file SO3Exception.cpp.