You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.
We need to rework the excpetion handling in the cloud, because some of the unchecked exception can break the running code. We need to edit the checked exception so that only the unchecked exception is thrown, because Java does not check them and does not interrupt the code in the execution
With a better exception handling, we can implement a logic to log exception in a file or something else.
Example:
Old implementation
New implementation
The text was updated successfully, but these errors were encountered:
This relates to #115 .
Your example shows a non-issue. There is code in CloudNet that is not throwing exceptions and instead is returning invalid data.
Cause:
Example:
Old implementation
New implementation
The text was updated successfully, but these errors were encountered: