Applications based on the UIM framework have error and exception handling functions. The usage is slightly different from those in D. Errors are caught and displayed or logged. Uncaught exceptions are automatically rendered into error pages.
The Exception class from D is continued in the UM
Framework as
UIMException
. The Error class in D is
retained, but the UIMError
class is also introduced.
Exception handling in uim provides several ways to customize exception handling. Each approach has different levels of control over the exception handling process.