Ok, thanks, that sucks though. I don't want to check every argument manually and I can't do it outside the method.

I'm doing this for webservices that have a lot of arguments of varying types that I need to return an error in the correct data type for the function so that the error can be returned to the user of the webservice and not printed to screen.

Raymond Camden wrote:

You can't handle it _inside_ the method unless you don't use the type value
of cfargument and do the checking yourself. You can certainly catch it when
you call the method _outside_ the method call.
----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email.


CFCDev is run by CFCZone (www.cfczone.org) and supported
by Mindtool, Corporation (www.mindtool.com).

An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]

Reply via email to