26 #ifndef PML_ABORT_EXCEPTION_H
27 #define PML_ABORT_EXCEPTION_H
49 virtual const char*
what() {
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
virtual const char * what()
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
string(REGEX REPLACE"^.*-(.*)-.*""\\1"ARCH"${CAMITK_CONTINUOUS_INTEGRATION}") string(REGEX REPLACE"^.*-.*-(.*)""\\1"BUILDTYPE"$
Definition: continuous.cmake:34
virtual ~PMLAbortException()
Definition: PMLAbortException.h:45