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


BISSELL 3-in-1 Turbo Lightweight Stick Vacuum, 2610 (Black) picture

BISSELL 3-in-1 Turbo Lightweight Stick Vacuum, 2610 (Black)

$36.06



Shop Vacuum upholstery extractor conversion kit auto vac detail carpet or home.  picture

Shop Vacuum upholstery extractor conversion kit auto vac detail carpet or home.

$220.00



DYSON V7 ANIMAL MOTORHEAD CORDLESS VACUUM CLEANER picture

DYSON V7 ANIMAL MOTORHEAD CORDLESS VACUUM CLEANER

$160.00



Vacuum Air Fuel Water Line Tube Hose Barbed Connector Coupling Tee Elbow T X Y picture

Vacuum Air Fuel Water Line Tube Hose Barbed Connector Coupling Tee Elbow T X Y

$2.49



Karcher - Brand New Ranger Commercial Upright Vacuum Cleaner #1.012-900.0 (F) picture

Karcher - Brand New Ranger Commercial Upright Vacuum Cleaner #1.012-900.0 (F)

$228.00



VEVOR 5 CFM Vacuum Pump Air Conditioning Vacuum Pump 2 Stage Rotary Vane HVAC picture

VEVOR 5 CFM Vacuum Pump Air Conditioning Vacuum Pump 2 Stage Rotary Vane HVAC

$99.89







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