14#include "arcane/utils/ArcanePrecomp.h"
16#include "arcane/utils/Iostream.h"
18#include "arcane/expr/BadExpressionException.h"
29BadExpressionException::
30BadExpressionException(
const String& where)
39BadExpressionException::
40BadExpressionException(
const String& where,
const String& msg)
41: Exception(
"BadExpression", where)
49void BadExpressionException::
50explain(std::ostream& m)
const
53 m <<
"Expression invalide.\n";
Base class for an exception.
Unicode character string.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --