Hi,

I created an interface named Exception and an AbstractException class that extends Error and implements Exception. AbstractException has a few private properties that I want to use to determine if the exception was fatal and add a trace stack, debug option, etc.

If I import an Exception class that extends AbstractException (example MyCustomException) into a new fla, I can trace the properties when the error is caught.

If I use the class within another class, only the message is output.

Using a trace in the finally block results in the code from finally being output prior to the error message. I suspect that the error is not being caught.

Any help or insight would be greatly appreciated. This is new ground for me, so I'm at a loss...

Thanks,

Paul Marcotte
Fancy Bread Multimedia
email: [EMAIL PROTECTED]


_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to