14#include "arccore/base/String.h"
15#include "arccore/base/FatalErrorException.h"
27FatalErrorException(
const String& awhere)
37FatalErrorException(
const String& awhere,
const String& amessage)
38: Exception(
"FatalError",awhere,amessage)
47FatalErrorException(
const TraceInfo& awhere)
48: Exception(
"FatalError",awhere)
57FatalErrorException(
const TraceInfo& awhere,
const String& amessage)
58: Exception(
"FatalError",awhere,amessage)
67FatalErrorException(
const FatalErrorException& rhs) ARCCORE_NOEXCEPT
75void FatalErrorException::
76explain(std::ostream& m)
const
78 m <<
"Fatal error occured.\n"
79 <<
"Can not further proceed.\n";
Classe de base d'une exception.
Chaîne de caractères unicode.
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
ARCCORE_BASE_EXPORT void arccoreDebugPause(const char *msg)
Passe en mode pause ou lance une erreur fatale.