12#ifndef ARCANE_UTILS_IOEXCEPTION_H
13#define ARCANE_UTILS_IOEXCEPTION_H
17#include "arcane/utils/Exception.h"
30class ARCANE_UTILS_EXPORT IOException
39 IOException(
const IOException& ex);
40 ~IOException() ARCANE_NOEXCEPT {}
44 virtual void explain(std::ostream& m)
const;
30class ARCANE_UTILS_EXPORT IOException {
…};
virtual void explain(std::ostream &o) const
Explique la cause de l'exception dans le flot o.
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.