14#include "arccore/base/String.h" 
   15#include "arccore/base/ArgumentException.h" 
   27ArgumentException(
const String& awhere)
 
   28: 
Exception(
"ArgumentException",awhere,
"Bad argument")
 
   36ArgumentException(
const String& awhere,
const String& amessage)
 
   37: Exception(
"ArgumentException",awhere,amessage)
 
   45ArgumentException(
const TraceInfo& awhere)
 
   46: Exception(
"ArgumentException",awhere,
"Bad argument")
 
   54ArgumentException(
const TraceInfo& awhere,
const String& amessage)
 
   55: Exception(
"ArgumentException",awhere,amessage)
 
   63ArgumentException(
const ArgumentException& rhs) ARCCORE_NOEXCEPT
 
   72~ArgumentException() ARCCORE_NOEXCEPT
 
Classe de base d'une exception.
 
Chaîne de caractères unicode.
 
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-