12#ifndef ARCANE_EXPR_BADEXPRESSIONEXCEPTION_H
13#define ARCANE_EXPR_BADEXPRESSIONEXCEPTION_H
17#include "arcane/utils/Exception.h"
31class BadExpressionException
38 ~BadExpressionException() ARCANE_NOEXCEPT
override {}
42 void explain(std::ostream& m)
const override;
void explain(std::ostream &m) const override
Explains the cause of the exception in the stream o.
const String & where() const
Location of the exception.
Exception(const String &name, const String &where)
Unicode character string.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --