An exception was thrown for which there appears to be no handler.
Throwing an uncaught exception can cause the program to terminate.
ID |
Observation |
Description |
---|---|---|
1 |
Exception throw |
This shows where the exception was thrown |
int main (int argc, char **argv) { // thrown exception has no handler if (argc > 3) throw ("Oops"); return 0; }
Copyright © 2010, Intel Corporation. All rights reserved.