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


1PC 72*72mm directly Connect AC 0-20A Analog Ammeter Panel AMP Current Meter picture

1PC 72*72mm directly Connect AC 0-20A Analog Ammeter Panel AMP Current Meter

$9.39



AC 80-260V 0-100A LCD Digital Display Volt Watt Power Meter Voltmeter Ammeter picture

AC 80-260V 0-100A LCD Digital Display Volt Watt Power Meter Voltmeter Ammeter

$22.50



Analog Panel AMP VOLT Current Ammeter Voltmeter Voltage Gauge 10A 50V DH-670 DC  picture

Analog Panel AMP VOLT Current Ammeter Voltmeter Voltage Gauge 10A 50V DH-670 DC

$12.99



Voltmeter Ammeter DC 120V 500A Voltage Current Gauge RV Boat Motor Camper CAR picture

Voltmeter Ammeter DC 120V 500A Voltage Current Gauge RV Boat Motor Camper CAR

$32.50



LCD Digital Multimeter Voltmeter Ammeter Ohmmeter Volt AC DC Tester Leads Meter picture

LCD Digital Multimeter Voltmeter Ammeter Ohmmeter Volt AC DC Tester Leads Meter

$10.95



Digital Multimeter AC DC Voltmeter Ammeter Ohmmeter Volt Tester Meter XL830L picture

Digital Multimeter AC DC Voltmeter Ammeter Ohmmeter Volt Tester Meter XL830L

$7.99







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