14#include "arccore/base/TimeoutException.h"
26TimeoutException(
const String& where)
35TimeoutException(
const String& where,
const StackTrace& stack_trace)
36: Exception(
"Timeout",where,stack_trace)
43void TimeoutException::
44explain(std::ostream& m)
const
Classe de base d'une exception.
Chaîne de caractères unicode.
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-