12#ifndef ARCANE_CORE_CASEOPTIONEXCEPTION_H
13#define ARCANE_CORE_CASEOPTIONEXCEPTION_H
17#include "arcane/utils/Exception.h"
18#include "arcane/utils/String.h"
20#include "arcane/core/XmlNode.h"
64 void explain(std::ostream& m)
const override;
CaseOptionException(const String &where, const String &node_name, const XmlNode &parent, const String &value, const String &type)
Exception lorsqu'une option d'une jeu de données n'est pas valide.
void explain(std::ostream &m) const override
Explique la cause de l'exception dans le flot o.
const String & where() const
Localisation de l'exception.
const String & message() const
Message de l'exception.
Exception(const String &name, const String &where)
Chaîne de caractères unicode.
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-