class OEErrorHandler
The OEErrorHandler class is used to define the behavior of the
OESystem::OEThrow error handler. All diagnostic output, including
error, warning and informational messages, generated by the OpenEye
libraries are emitted via OEThrow. The OEErrorHandler class
defines how this messages are emitted, but also how the user can redirect
and/or intercept these messages.