|
AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface
|
| #define DramaTHROW | ( | status_, | |
| message_ | |||
| ) | throw drama::Exception(__func__, __FILE__,__LINE__,(message_), (status_)) |
Throw a Drama exception.
The specified message is used in conjunction with the current line number and compilation file to create an calibration exception.
| status_ | A DRAMA Status code to associate with the message. |
| message_ | The Message to be associated with the exception. |