#include <Exceptions.h>
Inheritance diagram for marlin::StopProcessingException:

Public Member Functions | |
| StopProcessingException (Processor *proc) | |
| virtual | ~StopProcessingException () throw () |
| virtual const char * | what () const throw () |
Protected Member Functions | |
| StopProcessingException () | |
Protected Attributes | |
| std::string | message |
Definition at line 52 of file Exceptions.h.
|
|
Definition at line 55 of file Exceptions.h. |
|
|
Definition at line 58 of file Exceptions.h. References marlin::Processor::name(). |
|
|
Definition at line 61 of file Exceptions.h. |
|
|
Definition at line 35 of file Exceptions.h. |
|
|
Definition at line 24 of file Exceptions.h. |
1.3.9.1