#include <cstring>
#include <exception>
#include <stdexcept>
#include <system_error>
#include <jau/test/catch2_ext.hpp>
#include <jau/basic_types.hpp>
#include <jau/math/math_error.hpp>
#include <jau/mp/big_int.hpp>
Go to the source code of this file.
◆ throwOutOfMemoryError()
static void throwOutOfMemoryError |
( |
| ) |
|
|
static |
◆ throwRuntimeException()
static void throwRuntimeException |
( |
| ) |
|
|
static |
◆ throwLogicError()
static void throwLogicError |
( |
| ) |
|
|
static |
◆ throwIndexOutOfBoundsError()
static void throwIndexOutOfBoundsError |
( |
| ) |
|
|
static |
◆ throwIllegalArgumentError()
static void throwIllegalArgumentError |
( |
| ) |
|
|
static |
◆ throwIllegalStateError()
static void throwIllegalStateError |
( |
| ) |
|
|
static |
◆ throwRuntimeSystemException()
static void throwRuntimeSystemException |
( |
| ) |
|
|
static |
◆ throwIOError()
static void throwIOError |
( |
| ) |
|
|
static |
◆ throwInternalError()
static void throwInternalError |
( |
| ) |
|
|
static |
◆ throwNotImplementedException()
static void throwNotImplementedException |
( |
| ) |
|
|
static |
◆ throwNullPointerException()
static void throwNullPointerException |
( |
| ) |
|
|
static |
◆ throwUnsupportedOperationException()
static void throwUnsupportedOperationException |
( |
| ) |
|
|
static |
◆ TEST_CASE() [1/3]
TEST_CASE |
( |
"Exception 00" | , |
|
|
"" | [exceptions][error] ) |
◆ throwMathError()
static void throwMathError |
( |
| ) |
|
|
static |
◆ throwMathInexactError()
static void throwMathInexactError |
( |
| ) |
|
|
static |
◆ throwMathDomainError()
static void throwMathDomainError |
( |
| ) |
|
|
static |
◆ throwMathDivByZeroError()
static void throwMathDivByZeroError |
( |
| ) |
|
|
static |
◆ throwMathOverflowError()
static void throwMathOverflowError |
( |
| ) |
|
|
static |
◆ throwMathUnderflowError()
static void throwMathUnderflowError |
( |
| ) |
|
|
static |
◆ TEST_CASE() [2/3]
TEST_CASE |
( |
"Exception 10 Math" | , |
|
|
"" | [big_int_t][exceptions][error][math] ) |
◆ TEST_CASE() [3/3]
TEST_CASE |
( |
"Exception 11 Math" | , |
|
|
"" | [big_int_t][exceptions][error][arithmetic][math] ) |