Exception Handlers
Posted: Fri Aug 07, 2009 11:20 am
by JADE Kid - Ray Hidayat >> Sat, 22 Apr 2000 7:04:56 GMT
Okay, this message is about exception handlers.
I have been reading about them, and as far as I know, to use them you have to do two things.
Code them and Arm them.
Well to arm them you do something like this.
on NotificationException do notificationException (exception)
Then you write the exception handler... Not posted here.
And it should work.
I was just wondering, where do you arm them, can you arm more than one, and do you only arm it for a certain method, for a certain class, or for the current application?
--
Ray Hidayat
JADE Kid - 2000
www.jadekids.com
Okay, this message is about exception handlers.
I have been reading about them, and as far as I know, to use them you have to do two things.
Code them and Arm them.
Well to arm them you do something like this.
on NotificationException do notificationException (exception)
Then you write the exception handler... Not posted here.
And it should work.
I was just wondering, where do you arm them, can you arm more than one, and do you only arm it for a certain method, for a certain class, or for the current application?
--
Ray Hidayat
JADE Kid - 2000
www.jadekids.com