14#include "arcane/utils/ArcanePrecomp.h"
16#include "arcane/utils/String.h"
17#include "arcane/utils/Iostream.h"
18#include "arcane/utils/GoBackwardException.h"
30GoBackwardException(
const String& where)
39GoBackwardException(
const String& where,
const String& message)
40: Exception(
"GoBackward", where)
49GoBackwardException(
const TraceInfo& where)
50: Exception(
"GoBackward", where)
58GoBackwardException(
const TraceInfo& where,
const String& message)
59: Exception(
"GoBackward", where)
67void GoBackwardException::
68explain(std::ostream& m)
const
71 if (!m_message.null())
72 m <<
"Message: " << m_message <<
'\n';
Base class for an exception.
Unicode character string.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --