|
AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface
|
|
inline |
Create an exception using C printf() style string formatting.
| makeUnique | Value ignored, used to ensure constructor is unique |
| func | Name of the function where the exception was thrown |
| file | Name of the file in which the exception was constructed. |
| lineNum | Line number where the exception was constructed. |
| status | A DRAMA Status code to be associated with the message if later converted to a DRAMA report. Set to DRAMA2__CPP_ERROR if not wanted. |
| format | C printf() format string. |
| ... | Format extra argument.s |
References drama::CreateRunDramaTask(), and toString().