26#ifndef PML_ABORT_EXCEPTION_H
27#define PML_ABORT_EXCEPTION_H
48 const char*
what() const noexcept {
Exception class to handle abortion in the xmlReading Particularly useful to handle constructor's abor...
Definition: PMLAbortException.h:39
std::string reason
Definition: PMLAbortException.h:52
PMLAbortException(std::string s)
default constructor: give the reason for the exception
Definition: PMLAbortException.h:42
~PMLAbortException()=default
const char * what() const noexcept
get the detailed reason from the exception
Definition: PMLAbortException.h:48