12#ifndef ARCANE_EXPR_BADEXPRESSIONEXCEPTION_H
13#define ARCANE_EXPR_BADEXPRESSIONEXCEPTION_H
17#include "arcane/utils/Exception.h"
29class BadExpressionException
36 ~BadExpressionException() ARCANE_NOEXCEPT
override {}
40 void explain(std::ostream& m)
const override;
void explain(std::ostream &m) const override
Explique la cause de l'exception dans le flot o.
const String & where() const
Localisation de l'exception.
Exception(const String &name, const String &where)
Chaîne de caractères unicode.