1 #if !defined (__BOUNDSEXCEPTION_HPP) 2 #define __BOUNDSEXCEPTION_HPP 24 #if !defined(__COMMON_HPP) 28 #if !defined(__STORAGEEXCEPTION_HPP) 29 #include <StorageException.hpp> 35 DECLARE_CLASS( BoundsException );
61 Severity severity = Exception::CONTINUABLE,
62 bool outOfMemory =
false 77 Severity severity = Exception::CONTINUABLE,
78 bool outOfMemory =
false 136 #endif // !defined __BOUNDSEXCEPTION_HPP virtual ~BoundsException(void)
Virtual Destructor.
Definition: BoundsException.cpp:91
bool operator==(BoundsExceptionCref) const
Equality operator overload.
Definition: BoundsException.cpp:113
BoundsException is a type of StorageException, characterized when access to a storage object is inval...
Definition: BoundsException.hpp:42
Forward reference the various common classes.
Definition: AbstractAllocator.hpp:32
BoundsExceptionRef operator=(BoundsExceptionCref)
Assignment operator overload.
Definition: BoundsException.cpp:101
Severity
Exception Severity States.
Definition: Exception.hpp:59
StorageException is the base exception type for Storage.
Definition: StorageException.hpp:39
BoundsException(void)
BoundsException must have at least a location.
Definition: BoundsException.cpp:69