12#ifndef ARCANE_UTILS_GOBACKWARDEXCEPTION_H
13#define ARCANE_UTILS_GOBACKWARDEXCEPTION_H
17#include "arcane/utils/Exception.h"
30class ARCANE_UTILS_EXPORT GoBackwardException
39 ~GoBackwardException() ARCANE_NOEXCEPT {}
43 virtual void explain(std::ostream& m)
const;
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.