#include <StorageException.hpp>
Inheritance diagram for corelinux::StorageException:
Public Member Functions | |
StorageException (CharCptr why, CharCptr file, LineNum line, Severity severity=Exception::CONTINUABLE, bool outOfMemory=false) | |
Default Constructor. | |
StorageException (CharCptr file, LineNum line, Severity severity=Exception::CONTINUABLE, bool outOfMemory=false) | |
Default Constructor. | |
StorageException (StorageExceptionCref) | |
Copy constructor. | |
virtual | ~StorageException (void) |
Virtual Destructor. | |
StorageExceptionRef | operator= (StorageExceptionCref) |
Assignment operator overload. | |
bool | operator== (StorageExceptionCref) const |
Equality operator overload. | |
Protected Member Functions | |
StorageException (void) | |
StorageException must have at least a location. |
All Storage exceptions derive from this.
corelinux::StorageException::StorageException | ( | 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::StorageException::StorageException | ( | 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::StorageException::StorageException | ( | StorageExceptionCref | ) |
corelinux::StorageException::StorageException | ( | void | ) | [protected] |
StorageException must have at least a location.
Default constructor is not allowed.
StorageExceptionRef corelinux::StorageException::operator= | ( | StorageExceptionCref | ) |
Assignment operator overload.
StorageException | const reference |
bool corelinux::StorageException::operator== | ( | StorageExceptionCref | ) | const |
Equality operator overload.
StorageException | const reference |