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
Example: SaveDiagram servlet always returns success even though some error occurs in database because SQLExceptions get swallowed right when they are thrown in the DB class.
Example:
SaveDiagram
servlet always returns success even though some error occurs in database becauseSQLException
s get swallowed right when they are thrown in theDB
class.Follow Throw early, catch late principle to handle errors properly.
The text was updated successfully, but these errors were encountered: