#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.
|
||||||||||||||||||||||||
|
Default Constructor.
|
|
||||||||||||||||||||
|
Default Constructor.
|
|
|
Copy constructor.
|
|
|
StorageException must have at least a location.. Default constructor is not allowed. |
|
|
Assignment operator overload.
|
|
|
Equality operator overload.
|