14#include "arcane/utils/ArcanePrecomp.h"
16#include "arcane/utils/Iostream.h"
18#include "arcane/expr/BadOperandException.h"
30BadOperandException(
const String& where)
38void BadOperandException::
39explain(std::ostream& m)
const
41 m <<
"The type or dimension of one operand is not valid";
Base class for an exception.
Unicode character string.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --