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