14#include "arcane/utils/ArcanePrecomp.h"
16#include "arcane/utils/String.h"
17#include "arcane/utils/Iostream.h"
18#include "arcane/utils/GoBackwardException.h"
29GoBackwardException(
const String& where)
30: Exception(
"GoBackward",where)
38GoBackwardException(
const String& where,
const String& message)
39: Exception(
"GoBackward",where)
48GoBackwardException(
const TraceInfo& where)
49: Exception(
"GoBackward",where)
57GoBackwardException(
const TraceInfo& where,
const String& message)
58: Exception(
"GoBackward",where)
66void GoBackwardException::
67explain(std::ostream&
m)
const
70 if (!m_message.null())
71 m <<
"Message: " << m_message <<
'\n';
Référence à une instance.