12#ifndef ARCANE_UTILS_ARITHMETICEXCEPTION_H
13#define ARCANE_UTILS_ARITHMETICEXCEPTION_H
17#include "arcane/utils/Exception.h"
34class ARCANE_UTILS_EXPORT ArithmeticException
44 ArithmeticException(
const ArithmeticException& ex)
47 ~ArithmeticException() ARCANE_NOEXCEPT {}
51 ArithmeticException() =
delete;
const String & where() const
Location of the exception.
const String & message() const
Exception message.
Exception(const String &name, const String &where)
Information about function call stacks.
Unicode character string.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --