Index: . =================================================================== --- . (revision 3455) +++ . (working copy) @@ -31,7 +31,7 @@ try { bindable = (PyBuiltinMethodSet)clone(); } catch(CloneNotSupportedException e) { - throw new RuntimeException("Didn't expect PyBuiltinMethodSet to throw CloneNotSupported since it implements Cloneable", + throw new RuntimeException("Didn't expect PyBuiltinMethodSet to throw CloneNotSupported since it implements Cloneable: "+ e); } bindable.__self__ = bindTo;