added logging statement so exception does scare people
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user