AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface

◆ DramaTHROW

#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.

Parameters
status_A DRAMA Status code to associate with the message.
message_The Message to be associated with the exception.
Examples
argtest.cpp, monitor1.cpp, monitor2.cpp, and tocker.cpp.