In some cases the code runs into serious problems, which is normally causing the whole program to crash. Here are some examples of common exceptions that the ST Compiler is capable to handle:
- Access to a memory area which is invalid.
- Division by zero.
- Access to an invalid array element.
If one of the supported exceptions is thrown, AxUnit-ST will show the current test as failed instead of crashing the whole program.