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