![]() |
Computer Assited Medical Intervention Tool Kit
version 3.3
|
Exception class to handle abortion in component instanciation. More...
#include <AbortException.h>
Public Member Functions | |
AbortException (std::string s) | |
default constructor: give the reason for the exception More... | |
virtual const char * | what () |
get the detailed reason from the exception More... | |
virtual | ~AbortException () throw () |
Private Attributes | |
std::string | reason |
Exception class to handle abortion in component instanciation.
Particularly useful to handle constructor's abortion.
|
inline |
default constructor: give the reason for the exception
References reason.
|
inlinevirtual |
|
inlinevirtual |
get the detailed reason from the exception
References reason.
|
private |
Referenced by AbortException(), and what().