ldas-tools-framecpp  2.6.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | List of all members
FrameCPP::Unimplemented Class Reference

Unimplemeted exception. More...

#include <FrameSpec.hh>

Inheritance diagram for FrameCPP::Unimplemented:

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...
 

Detailed Description

Unimplemeted exception.

The Unimplemented exception is thrown when some part of the frame specification was not implemented.

Constructor & Destructor Documentation

FrameCPP::Unimplemented::Unimplemented ( const std::string &  Call,
CHAR_U  FrameSpecVersion,
const char *  Filename,
int  Line 
)
inline

Constructed.

Parameters
[in]CallThe name of the method or function where the exception was thrown.
[in]LineThe line number within Filename where the exception was thrown.
[in]FilenameThe name of the file where the exception was thrown.
[in]FrameSpecVersionThe version of the frame specification causing the exception.
virtual FrameCPP::Unimplemented::~Unimplemented ( )
throw (
)
inlinevirtual

Destructor.

Release resources back to the system.

Member Function Documentation

virtual const char* FrameCPP::Unimplemented::what ( ) const
throw (
)
inlinevirtual

Return the generic description of the exception.

Returns a null terminated character sequence containing a generic description of the exception.

Returns
The generic description of the exception.

The documentation for this class was generated from the following file: