|
| iMatix home page | << | < | > | >> |
SMTVersion 2.81 |
#include "smtlib.h" void raise_exception (event_t event)
Sets the exception_raised flag to TRUE and sets the exception event as specified. To raise an exception without setting the exception event, just do this: 'exception_raised = TRUE;'.
{
#if (defined (SMT_TRACE))
trace ("raise_exception");
#endif
_exception_raised = TRUE;
_the_exception_event = event;
}
| | << | < | > | >> |
|