14#include "arccore/base/BadCastException.h"
26BadCastException(
const String& awhere)
27:
Exception(
"BadCastException", awhere,
"Bad argument")
35BadCastException(
const String& awhere,
const String& amessage)
36: Exception(
"BadCastException", awhere, amessage)
44BadCastException(
const TraceInfo& awhere)
45: Exception(
"BadCastException", awhere,
"Bad argument")
53BadCastException(
const TraceInfo& awhere,
const String& amessage)
54: Exception(
"BadCastException", awhere, amessage)
Classe de base d'une exception.
Chaîne de caractères unicode.
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-