ldas-tools-framecpp
2.6.2
|
Unimplemeted exception. More...
#include <FrameSpec.hh>
Public Member Functions | |
Unimplemented (const std::string &Call, CHAR_U FrameSpecVersion, const char *Filename, int Line) | |
Constructed. More... | |
virtual | ~Unimplemented () throw ( ) |
Destructor. More... | |
virtual const char * | what () const throw ( ) |
Return the generic description of the exception. More... | |
Unimplemeted exception.
The Unimplemented exception is thrown when some part of the frame specification was not implemented.
|
inline |
Constructed.
[in] | Call | The name of the method or function where the exception was thrown. |
[in] | Line | The line number within Filename where the exception was thrown. |
[in] | Filename | The name of the file where the exception was thrown. |
[in] | FrameSpecVersion | The version of the frame specification causing the exception. |
|
inlinevirtual |
Destructor.
Release resources back to the system.
|
inlinevirtual |
Return the generic description of the exception.
Returns a null terminated character sequence containing a generic description of the exception.