#include <CommandFrameException.hpp>
Public Member Functions | |
CommandFrameException (CharCptr why, CharCptr file, LineNum line, Severity severity=Exception::CONTINUABLE, bool outOfMemory=false) | |
Default Constructor. | |
CommandFrameException (CharCptr file, LineNum line, Severity severity=Exception::CONTINUABLE, bool outOfMemory=false) | |
Default Constructor. | |
CommandFrameException (CommandFrameExceptionCref) | |
Copy constructor. | |
virtual | ~CommandFrameException (void) |
Virtual Destructor. | |
CommandFrameExceptionRef | operator= (CommandFrameExceptionCref) |
Assignment operator overload. | |
bool | operator== (CommandFrameExceptionCref) const |
Equality operator overload. | |
Protected Member Functions | |
CommandFrameException (void) | |
CommandFrameException must have at least a location. |
All CommandFrame exceptions derive from this.
corelinux::CommandFrameException::CommandFrameException | ( | CharCptr | why, | |
CharCptr | file, | |||
LineNum | line, | |||
Severity | severity = Exception::CONTINUABLE , |
|||
bool | outOfMemory = false | |||
) |
Default Constructor.
why | describes why the exception was thrown | |
file | The source module throwing the exception | |
line | The line of source throwing the exception | |
severity | The Exception::Severity of the Exception | |
outOfMemory | An out of memory indicator |
corelinux::CommandFrameException::CommandFrameException | ( | CharCptr | file, | |
LineNum | line, | |||
Severity | severity = Exception::CONTINUABLE , |
|||
bool | outOfMemory = false | |||
) |
Default Constructor.
file | The source module throwing the exception | |
line | The line of source throwing the exception | |
severity | The Exception::Severity of the Exception | |
outOfMemory | An out of memory indicator |
corelinux::CommandFrameException::CommandFrameException | ( | CommandFrameExceptionCref | aRef | ) |
corelinux::CommandFrameException::CommandFrameException | ( | void | ) | [protected] |
CommandFrameException must have at least a location.
Default constructor is not allowed.
CommandFrameExceptionRef corelinux::CommandFrameException::operator= | ( | CommandFrameExceptionCref | aRef | ) |
Assignment operator overload.
CommandFrameException | const reference |
References corelinux::Exception::operator=().
bool corelinux::CommandFrameException::operator== | ( | CommandFrameExceptionCref | aRef | ) | const |
Equality operator overload.
CommandFrameException | const reference |