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