Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: e32std.h

Thread and process global constants

Support

Supported from 5.0

Description


Exceptions

Description

These constants are defined in e32std.h.

These flags can also be passed to the ModifyExceptionMask() member function of RThread to change the set of exceptions which the exception handler can deal with.

One or more of these flags may be passed to the SetExceptionHandler() member function of RThread to define the exceptions which the exception handler can deal with.

A set of flags which categorize exceptions.

See also:


KExceptionAbort

KExceptionAbort

Description

Associated with the abort exception only.


KExceptionDebug

KExceptionDebug

Description

Exceptions raised when debugging code.


KExceptionFault

KExceptionFault

Description

Exceptions associated with executing instructions; includes protection faults, illegal instruction codes, page faults etc


KExceptionFpe

KExceptionFpe

Description

Exceptions caused by illegal floating point operations.


KExceptionInteger

KExceptionInteger

Description

Exceptions caused by illegal operations on integer values.


KExceptionKill

KExceptionKill

Description

Associated with the kill exception only.


KExceptionUserInterrupt

KExceptionUserInterrupt

Description

General and user exceptions