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