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