commit | c66c2339a5e34e04c5b5eac585688c4b49eb1f81 | [log] [tgz] |
---|---|---|
author | Hussain Towaileb <Hussain.Towaileb@Couchbase.com> | Fri Oct 15 09:02:29 2021 +0300 |
committer | Hussain Towaileb <hussainht@gmail.com> | Fri Oct 15 14:56:24 2021 +0000 |
tree | 4a036e6173aca5fc715631b528f70aa85d2df17d | |
parent | 9a5e7cd688928f8a7cfab10275c4d36752914dd3 [diff] |
Fix error reporting comment Change-Id: I23ceebf1e4940d9b6b6922c18da7584fbf72e7d6 Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/13706 Integration-Tests: Jenkins <jenkins@fulliautomatix.ics.uci.edu> Tested-by: Jenkins <jenkins@fulliautomatix.ics.uci.edu> Reviewed-by: Hussain Towaileb <hussainht@gmail.com> Reviewed-by: Murtadha Hubail <mhubail@apache.org>
diff --git a/hyracks-fullstack/hyracks/hyracks-api/src/main/java/org/apache/hyracks/api/util/ExceptionUtils.java b/hyracks-fullstack/hyracks/hyracks-api/src/main/java/org/apache/hyracks/api/util/ExceptionUtils.java index 4cb9973..7147542 100644 --- a/hyracks-fullstack/hyracks/hyracks-api/src/main/java/org/apache/hyracks/api/util/ExceptionUtils.java +++ b/hyracks-fullstack/hyracks/hyracks-api/src/main/java/org/apache/hyracks/api/util/ExceptionUtils.java
@@ -199,9 +199,9 @@ } /** - * Returns the message of the throwable if available, otherwise, .toString() is returned + * Returns the message of the throwable if of type IFormattedException, otherwise, .toString() is returned * - * @param e exception + * @param e throwable * @return error message */ public static String getMessageOrToString(Throwable e) {