added logging statement so exception does scare people

This commit is contained in:
clay_shooter
2006-02-13 04:56:27 +00:00
parent 64e55b4072
commit 15c53120bc

View File

@@ -266,6 +266,7 @@ class test
printArray(bback); printArray(bback);
try { try {
System.out.println("Should see a com exception right after this line...");
// this should throw ComException // this should throw ComException
bba2.fromCharArray(new char[] {'a'}); bba2.fromCharArray(new char[] {'a'});
} catch (Exception e) { } catch (Exception e) {