11-14-2007, 08:27 AM
|
#1 (permalink)
|
| Knows Where the Search Button Is
Join Date: Nov 2007 Model: 8700c PIN: N/A Carrier: AT&T
Posts: 32
Post Thanks: 0 Thanked 0 Times in 0 Posts
| uncaught exception Please Login to Remove! Hello everyone,
I'm writing some code for my blackberry 8700c using the blackberry JDE version 4.2.1.41. The problem i'm having now is that the code compiles and runs on the simulator but when i transfer it to my blackberry and try to launch it, i get an error saying "Uncaught exception: ica/" and the application fails to launch. Any ideas what that could be? I only have one try-catch block where i set a font as follows..
try
{
FontFamily theFam = FontFamily.forName(FontFamily.FAMILY_SYSTEM);
fSmall = theFam.getFont(net.rim.device.api.ui.Font.PLAIN, 11);
}
catch (ClassNotFoundException ex)
{
System.out.println("Font not found!");
}
Nothing else in my code requires a try-catch block from what i can see. All help will be greatly appreciated. I'm new to BB coding so completely lost here..
Thanks in advance, everyone! |
| Offline
| |