Let's pass the triggering exception in there as well.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@2486 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
samskivert
2008-11-18 22:13:13 +00:00
parent 52dc3731c3
commit 893e5ca9dd
+1 -1
View File
@@ -109,7 +109,7 @@ public class Histogram
chisto._buckets = _buckets.clone();
return chisto;
} catch (CloneNotSupportedException cnse) {
throw new AssertionError();
throw new AssertionError(cnse);
}
}