The abstract base class for all CLASSIC arithmetic exceptions.
More...
#include <ArithmeticError.h>
|
virtual const std::string & | what () const |
| Return the message string for the exception. More...
|
|
virtual const std::string & | where () const |
| Return the name of the method or function which detected the exception. More...
|
|
const std::string | message |
|
const std::string | method |
|
The abstract base class for all CLASSIC arithmetic exceptions.
Definition at line 33 of file ArithmeticError.h.
◆ ArithmeticError() [1/3]
ArithmeticError::ArithmeticError |
( |
const std::string & |
meth, |
|
|
const std::string & |
msg |
|
) |
| |
|
protected |
◆ ArithmeticError() [2/3]
◆ ~ArithmeticError()
ArithmeticError::~ArithmeticError |
( |
| ) |
|
|
protectedvirtual |
◆ ArithmeticError() [3/3]
ArithmeticError::ArithmeticError |
( |
| ) |
|
|
private |
The documentation for this class was generated from the following files: