Fatal exceptions occur when software programs encounter errors that prevent them from continuing. A fatal exception error message indicates that one of the applications you are using has attempted an operation that cannot be carried out. Exceptions do not necessarily stop programs from executing since programmers are able to build the ability to handle exceptions into the application code. However, a fatal exception is one that the program can't cope with.
Exceptions
· In programming, lots of operations can go wrong, particularly where input and output processing is involved. One e