ldas-tools-framecpp  2.8.1
Public Member Functions | List of all members
FrameCPP::Unimplemented Class Reference

Unimplemeted exception. More...

#include <FrameSpec.hh>

Inheritance diagram for FrameCPP::Unimplemented:
Inheritance graph
[legend]
Collaboration diagram for FrameCPP::Unimplemented:
Collaboration graph
[legend]

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

◆ Unimplemented() [1/3]

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.

◆ ~Unimplemented() [1/3]

virtual FrameCPP::Unimplemented::~Unimplemented ( )
throw (
)
inlinevirtual

Destructor.

Release resources back to the system.

◆ Unimplemented() [2/3]

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.

◆ ~Unimplemented() [2/3]

virtual FrameCPP::Unimplemented::~Unimplemented ( )
throw (
)
inlinevirtual

Destructor.

Release resources back to the system.

◆ Unimplemented() [3/3]

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.

◆ ~Unimplemented() [3/3]

virtual FrameCPP::Unimplemented::~Unimplemented ( )
throw (
)
inlinevirtual

Destructor.

Release resources back to the system.

Member Function Documentation

◆ what() [1/3]

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.

◆ what() [2/3]

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.

◆ what() [3/3]

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: