> If I had a cferror type="exception" configured in an app's
> application.cfm, _plus_ had a system-wide error handler set
> up in the CF Administrator, would I be correct in assuming
> that the error handling hierarchy would fire the application
> level error handler first?

Yes, that's correct. In addition, the site-wide error handler will catch
errors that the CFERROR TYPE="EXCEPTION" won't, and I think it will catch
errors generated by your CFERROR page itself, if they occur.

> For development I can easily comment out an application level
> cferror statement to get helpful error messages. If there were
> a server-level handler set up, is there a way to disable it in
> an application or specific template while doing development
> work?  Needless to say, I do a fair amount of development on
> our production server.

No, there isn't, to the best of my knowledge. However, this is what CFERROR
TYPE="MONITOR" is for - it lets you capture error information before
following the normal error handling process.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to