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