ATLAS Offline Software
Loading...
Searching...
No Matches
ExcXMLCore Class Reference

Class for exceptions thrown from XMLCoreParser. More...

#include <XMLCoreNode.h>

Inheritance diagram for ExcXMLCore:
Collaboration diagram for ExcXMLCore:

Public Member Functions

 ExcXMLCore (const std::string &what)
 Constructor.

Detailed Description

Class for exceptions thrown from XMLCoreParser.

Definition at line 29 of file XMLCoreNode.h.

Constructor & Destructor Documentation

◆ ExcXMLCore()

ExcXMLCore::ExcXMLCore ( const std::string & what)

Constructor.

Constructor for exception class.

Parameters
whatError message.

Definition at line 24 of file XMLCoreNode.cxx.

25 : std::runtime_error ("ExcXMLCore: " + what)
26{
27}

The documentation for this class was generated from the following files: