Embedded Multicore Building Blocks V1.0.0
|
Indicates a numeric overflow. More...
#include <exceptions.h>
Public Member Functions | |
OverflowException (const char *message) | |
Constructs an exception with the specified message. More... | |
virtual int | Code () const |
Returns an integer code representing the exception. More... | |
virtual const char * | What () const throw () |
Returns the error message. More... | |
Indicates a numeric overflow.
|
explicit |
Constructs an exception with the specified message.
[in] | message | Error message |
|
virtual |
Returns an integer code representing the exception.
Implements embb::base::Exception.
|
virtualinherited |
Returns the error message.