#include <BigIntegerException.h>
◆ ErrorCode
Enumerator |
---|
UNKNOWN | |
MEMORY_ALLOC | |
INTERNAL_ERROR | |
UNSIGNED_LONG_OVERFLOW | |
DIVISION_BY_ZERO | |
◆ BigIntegerException()
BigIntegerException::BigIntegerException |
( |
ErrorCode |
errorCode = UNKNOWN , |
|
|
std::string |
where = "" |
|
) |
| |
|
inline |
◆ ~BigIntegerException()
virtual BigIntegerException::~BigIntegerException |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inlinevirtual |
◆ errorCode2Message()
static std::string BigIntegerException::errorCode2Message |
( |
ErrorCode |
errorCode | ) |
|
|
inlinestatic |
◆ getErrorCode()
virtual ErrorCode BigIntegerException::getErrorCode |
( |
| ) |
|
|
inlinevirtual |
◆ getMessage()
virtual std::string BigIntegerException::getMessage |
( |
| ) |
const |
|
inlinevirtual |
◆ toString()
virtual std::string BigIntegerException::toString |
( |
| ) |
const |
|
inlinevirtual |
◆ errorCode
The documentation for this class was generated from the following file: