company logo

Application :: registerErrorObjects - Register error objects

Registering system error objects is usually done automatically when initializing the application. Register error objects becomes necessary in order to provide proper error texts for system errors. Since threads are using different error objects, in a multi-thread environment thread errors have to be registered explicitly.

Implementation details

Application  :: registerErrorObjects (  )