NoFreeDaemons class

From m204wiki
Revision as of 20:10, 14 January 2011 by Dme (talk | contribs) (Created page with "<!-- NoFreeDaemons class --> The NoFreeDaemons exception class indicates that the Daemon class constructor was invoked, but there were no daemon threads available to service the ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The NoFreeDaemons exception class indicates that the Daemon class constructor was invoked, but there were no daemon threads available to service the object.

To produce a NoFreeDaemons exception, you typically use a User Language Throw statement with a NoFreeDaemons New constructor. For example, the following statement throws a NoFreeDaemons exception:

throw %(noFreeDaemons):new

The methods in this class are listed at "List of NoFreeDaemon methods".