27#ifndef NIDAS_CORE_XMLEXCEPTION_H
28#define NIDAS_CORE_XMLEXCEPTION_H
33#include <xercesc/dom/DOM.hpp>
34#include <xercesc/sax/SAXException.hpp>
36namespace nidas {
namespace core {
Exception which can be built from an xerces::XMLException, xercesc::SAXException, or xercesc::DOMExce...
Definition XMLException.h:44
XMLException(const std::string &msg)
Create an XMLException from a string;.
Definition XMLException.h:51
XMLException * clone() const
clone myself (a "virtual" constructor).
Definition XMLException.h:74
Definition Exception.h:35
Exception(const std::string &type, const std::string &n, const std::string &m)
Definition Exception.h:41
Root namespace for the NCAR In-Situ Data Acquisition Software.
Definition A2DConverter.h:31