14#include "arcane/utils/ArcanePrecomp.h"
16#include "arcane/utils/Iostream.h"
17#include "arcane/utils/ParallelFatalErrorException.h"
28ParallelFatalErrorException::
29ParallelFatalErrorException(
const String& where)
37ParallelFatalErrorException::
38ParallelFatalErrorException(
const TraceInfo& where)
39: Exception(
"ParallelFatalError", where)
46ParallelFatalErrorException::
47ParallelFatalErrorException(
const String& where,
const String& message)
48: Exception(
"ParallelFatalError", where, message)
55ParallelFatalErrorException::
56ParallelFatalErrorException(
const TraceInfo& where,
const String& message)
57: Exception(
"ParallelFatalError", where, message)
64void ParallelFatalErrorException::
65explain(std::ostream& m)
const
67 m <<
"Fatal error occured.\n"
68 <<
"Can not further proceed.\n";
Base class for an exception.
Unicode character string.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --