You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2019/11/07 06:34:15 UTC

[GitHub] [incubator-iotdb] samperson1997 opened a new pull request #530: Refactor db.exception

samperson1997 opened a new pull request #530: Refactor db.exception
URL: https://github.com/apache/incubator-iotdb/pull/530
 
 
   Refactor `db.exception`:
   
   * Extract uniform message into exception classes
   * Create base exception `ProcessException`, which is extended by all exceptions
   * Add different error codes to all exceptions. When an exception is caught and a higher-level exception is thrown, the error code will keep and pass (so that users will know the detailed error reason)
   * Refactor packages under `db.exception`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services