![]() |
Computer Assited Medical Intervention Tool Kit
version 4.1
|
Exception class to handle abortion in component instantiation. Particularly useful to handle constructor's abortion. More...
#include <AbortException.h>
Inherits std::exception.
Public Member Functions | |
| AbortException (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... | |
| ~AbortException ()=default | |
Private Attributes | |
| std::string | reason |
Exception class to handle abortion in component instantiation. Particularly useful to handle constructor's abortion.
|
inline |
default constructor: give the reason for the exception
|
default |
|
inlinenoexcept |
get the detailed reason from the exception
Referenced by main(), ItkImageComponentExtension::open(), camitk::Application::open(), and camitk::Application::openDirectory().
|
private |
1.8.17