NoFreeDaemons class: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (one miserable > to many - is this a hint it's time to stop?)
mNo edit summary
Line 6: Line 6:
</p>
</p>
   
   
The methods in this class are listed at "[[List of NoFreeDaemons methods]]".
<h2>The NoFreeDaemons methods</h2>
{{Template:List of NoFreeDaemons methods}}
 
The methods in the class are described in the subsections that follow. In addition:
<ul>
<li>[[Notation conventions for methods|"Notation conventions for methods"]] has information
about the conventions followed.
<li>[[NoFreeDaemons methods syntax|"NoFreeDaemons methods syntax"]] is a single page that contains the syntax diagrams of all the methods in the class.
</ul>
 
 
<h2>New constructor</h2>
 
 
[[Category:System exception classes]]
[[Category:System exception classes]]

Revision as of 18:53, 10 May 2011

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

To produce a NoFreeDaemons exception for yourself, 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 NoFreeDaemons methods

The following are the available NoFreeDaemons class methods.

MethodDescription
NewCreate a new NoFreeDaemons object

The methods in the class are described in the subsections that follow. In addition:


New constructor