Error Handling
Sometimes the code throws a runtime exception (e.g. unexpected null value, invalid number format, ...). Such exceptions can be handled using one of the following approaches:
- - recommended, available since CloverDX 5.6
Sometimes the code throws a runtime exception (e.g. unexpected null value, invalid number format, ...). Such exceptions can be handled using one of the following approaches: