#include <BoundsException.hpp>

Public Member Functions | |
| BoundsException (CharCptr why, CharCptr file, LineNum line, Severity severity=Exception::CONTINUABLE, bool outOfMemory=false) | |
| Default Constructor. | |
| BoundsException (CharCptr file, LineNum line, Severity severity=Exception::CONTINUABLE, bool outOfMemory=false) | |
| Default Constructor. | |
| BoundsException (BoundsExceptionCref) | |
| Copy constructor. | |
| virtual | ~BoundsException (void) |
| Virtual Destructor. | |
| BoundsExceptionRef | operator= (BoundsExceptionCref) |
| Assignment operator overload. | |
| bool | operator== (BoundsExceptionCref) const |
| Equality operator overload. | |
Protected Member Functions | |
| BoundsException (void) | |
| BoundsException must have at least a location. | |
| corelinux::BoundsException::BoundsException | ( | 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::BoundsException::BoundsException | ( | 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::BoundsException::BoundsException | ( | BoundsExceptionCref | aRef | ) |
| corelinux::BoundsException::BoundsException | ( | void | ) | [protected] |
BoundsException must have at least a location.
Default constructor is not allowed.
| BoundsExceptionRef corelinux::BoundsException::operator= | ( | BoundsExceptionCref | aRef | ) |
Assignment operator overload.
| BoundsException | const reference |
References corelinux::StorageException::operator=().
| bool corelinux::BoundsException::operator== | ( | BoundsExceptionCref | aRef | ) | const |
Equality operator overload.
| BoundsException | const reference |