Computer Assited Medical Intervention Tool Kit
version 4.1
|
Exception class to handle abortion in the xmlReading Particularly useful to handle constructor's abortion. More...
#include <PMLAbortException.h>
Inherits std::exception.
Public Member Functions | |
PMLAbortException (std::string s) | |
default constructor: give the reason for the exception More... | |
const char * | what () const noexcept |
get the detailed reason from the exception More... | |
~PMLAbortException ()=default | |
Private Attributes | |
std::string | reason |
Exception class to handle abortion in the xmlReading Particularly useful to handle constructor's abortion.
|
inline |
default constructor: give the reason for the exception
References reason, and ~PMLAbortException().
|
default |
Referenced by PMLAbortException().
|
inlinenoexcept |
get the detailed reason from the exception
References reason.
Referenced by PMLComponent::PMLComponent().
|
private |
Referenced by PMLAbortException(), and what().