With ColdFusion, not really anything.  In Java, an error is
unrecoveable (e.g. out of memory), while an exception is recoverable
(e.g. database connection failed).  In other words, if you get an
error, chances are good that whatever is happening is just going to
ungracefully terminate (JVM dies), but if you get an exception you can
control what happens (retry the connection, show the user an error,
queue for later reattempt, etc.).

cheers,
barneyb

On Thu, Sep 18, 2008 at 11:10 AM, sandeep saini <[EMAIL PROTECTED]> wrote:
> HI
>
> What is difference between ERROR and EXCEPTION?
>
> thanks
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

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

Reply via email to