top | up | prev | next

XmlProcessingException Class

Definition at line 18 of XmlProcessor.hpp

Constructors

XmlProcessingException(const std::string& message_)

Constructor Details

XmlProcessingException Constructor

sngxml::xml::XmlProcessingException::XmlProcessingException(const std::string& message_)

Definition at line 15 of XmlProcessor.cpp :
 15 : std::runtime_error(message_)
 16 {
 17 }


Declaration at line 21 of XmlProcessor.hpp


top | up | prev | next