1 #if !defined (__STORAGEEXCEPTION_HPP)
2 #define __STORAGEEXCEPTION_HPP
24 #if !defined(__COMMON_HPP)
32 DECLARE_CLASS( StorageException );
58 Severity severity = Exception::CONTINUABLE,
59 bool outOfMemory =
false
74 Severity severity = Exception::CONTINUABLE,
75 bool outOfMemory =
false
133 #endif // !defined __STORAGEEXCEPTION_HPP
bool operator==(StorageExceptionCref) const
Equality operator overload.
Definition: StorageException.cpp:113
StorageException(void)
StorageException must have at least a location.
Definition: StorageException.cpp:69
Severity
Exception Severity States.
Definition: Exception.hpp:59
StorageException is the base exception type for Storage.
Definition: StorageException.hpp:39
Exception is the base exception class used in the CoreLinux++ libraries.
Definition: Exception.hpp:51
StorageExceptionRef operator=(StorageExceptionCref)
Assignment operator overload.
Definition: StorageException.cpp:101
virtual ~StorageException(void)
Virtual Destructor.
Definition: StorageException.cpp:91