classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: FAQ, 4.1 OutOfMemoryException


From: Chris Burdess
Subject: Re: FAQ, 4.1 OutOfMemoryException
Date: Fri, 14 Jan 2005 12:15:11 +0000

Andrew Haley wrote:
Indeed.  The problem is that anything you do when catching an
OutOfMemoryException risks running out of memory!  There's not much
any java program can do other than logging the failure and exiting.

To be pedantic, it's OutOfMemoryError, and the same applies largely to any other Error (except possibly in the case of reflection tools).
--
Chris Burdess





reply via email to

[Prev in Thread] Current Thread [Next in Thread]