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 30 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 25 of file XMLCoreNode.cxx.

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

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