BlackBerry Forums Support Community
              

Closed Thread
 
Thread Tools
Old 08-25-2004, 04:03 AM   #1
movalys_matt
Knows Where the Search Button Is
 
Join Date: Aug 2004
Posts: 29
Default global try/catch

Please Login to Remove!

Hi,

I am trying to catch uncaught errors in my application with a global try/catch.
My problem is that, in my catch, I would like to display a message (something that could be like Microsoft's famous blue screen) with that code :
public static void main(String[] args) {

try{
Youpi theApp=new Youpi ();
theApp.enterEventDispatcher();
}catch(Exception e){

}
Application.getApplication().invokeLater(new Runnable() {

public void run() {
Dialog.alert("Your application has crashed down");
UiApplication.getUiApplication().updateDisplay();
System.exit(-1);
}
});


}
Nothing happens, the message does not display and the application does not exit
anyone could help me please?
Offline  
Old 08-25-2004, 01:38 PM   #2
Mark Rejhon
Retired BBF Moderator
 
Mark Rejhon's Avatar
 
Join Date: Aug 2004
Location: Ottawa, Ontario, Canada
Model: Bold
Carrier: Rogers
Posts: 4,870
Default

Although I am familiar with programming many other platforms (I have been programming for 19 years), I haven't made software for BlackBerry yet, but let me try to provide a few leads:

(1) Possibility One.
From certain platforms I believe you cannot display messages during certain kinds exceptions, especially operating-system-related exceptions. To solve this, you may have to set a variable flag that another handler checks and display the message in there instead. This may not apply to Blackberry, but I should mention this.

(2) Possibility Two
Another thing is that your exception handler is not even being executed at all. You will need to debug this. (Exception debugging is a toughie, inconsistent behaviour on different platforms too)

(3) Possibility Three
Displaying not updating before the crash, or that your alert message is non-blocking (i.e. does not pause all application threads when the message is displayed -- your message could be pre-empted if your application exits before the 'OK' is clicked on). I am not sure if that particular alert message is blocking (as in fully application modal, in Windows-ese programming terminology)

(4) Possibility Four
Look for ther source-code-available applications like those I listed, and study how this particular exception handling is done. Reverse engineer the technique into your software if allowed to do so. (i.e. open source applications are a good learning tool -- see the other links in this forum -- though you will have to rewrite the code on your own for proprietary use)
__________________
Thanks,
Mark Rejhon
Author of XMPP extension XEP-0301:
www.xmpp.org/extensions/xep-0301.html - specification
www.realjabber.org - open source
Offline  
Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


Trek 677B High Voltage Supply / Amplifier picture

Trek 677B High Voltage Supply / Amplifier

$700.00



Voice Amp Amplifier Model 200260 Scott EPIC Safety Compatible w AV3000 AV2000 picture

Voice Amp Amplifier Model 200260 Scott EPIC Safety Compatible w AV3000 AV2000

$60.00



NEW Winbridge S92 PRO Bluetth Mini Portable Rechargeable Voice Amplifier Karaoke picture

NEW Winbridge S92 PRO Bluetth Mini Portable Rechargeable Voice Amplifier Karaoke

$35.00



2pcs TDA2003 Power Amplifier CAR AUDIO12v 10w USA Seller fats shipping picture

2pcs TDA2003 Power Amplifier CAR AUDIO12v 10w USA Seller fats shipping

$4.80



FiiO BTR15 Bluetooth DAC/Amp Titanium High-Res Audio MQA, Dual Output - Titanium picture

FiiO BTR15 Bluetooth DAC/Amp Titanium High-Res Audio MQA, Dual Output - Titanium

$85.98



BJ300 Plus BJ300Plus 3-30MHz Radio Power Amplifier +Fan FM 100W AM 200W SSB 300W picture

BJ300 Plus BJ300Plus 3-30MHz Radio Power Amplifier +Fan FM 100W AM 200W SSB 300W

$104.49







Copyright © 2004-2016 BlackBerryForums.com.
The names RIM © and BlackBerry © are registered Trademarks of BlackBerry Inc.