12#ifndef ARCANE_UTILS_ARITHMETICEXCEPTION_H
13#define ARCANE_UTILS_ARITHMETICEXCEPTION_H
17#include "arcane/utils/Exception.h"
32class ARCANE_UTILS_EXPORT ArithmeticException
42 ArithmeticException(
const ArithmeticException& ex) :
Exception(ex){}
43 ~ArithmeticException() ARCANE_NOEXCEPT {}
47 ArithmeticException() =
delete;
32class ARCANE_UTILS_EXPORT ArithmeticException {
…};
const String & where() const
Localisation de l'exception.
const String & message() const
Message de l'exception.
Exception(const String &name, const String &where)
Chaîne de caractères unicode.