I don't think this is possible. Every object can throw its own set up
exceptions. Even you can throw custom errors:

<cfif SESSION.User.Hair EQ "green">

<cfthrow 
message="Green Hair Is Not Allowed In My Universe"
type="Users.GreenHairNotAllowed"
/>

</cfif> 

I think this will show up as the exception type... But I am not 100%
sure.


......................
Ben Nadel
Certified Advanced ColdFusion MX7 Developer
www.bennadel.com
 
Need ColdFusion Help?
www.bennadel.com/ask-ben/

-----Original Message-----
From: Barthle, Robert (Contractor) [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 27, 2007 1:01 PM
To: CF-Talk
Subject: arguments.exception.type values

Is there anywhere I can get a list of all the possible values for
arguments.exception.type that is passed to onError? We want to handle
some specific occurrences of errors in different ways, so I'd like to
see what the options are. So far Googling has turned up nothing for me.



thanks
-r

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion MX7 and Flex 2 
Build sales & marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273894
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to