MaxDaemExceeded class: Difference between revisions
m (one miserable space) |
mNo edit summary |
||
Line 1: | Line 1: | ||
<!-- MaxDaemExceeded class --> | <!-- MaxDaemExceeded class --> | ||
__NOTOC__ | |||
The <var>MaxDaemExceeded</var> exception class indicates that the <var>[[Daemon_class|Daemon class]]</var> <var>[[New_(Daemon_constructor)|New]]</var> constructor was invoked, but the calling thread is at its limit of daemon threads. | The <var>MaxDaemExceeded</var> exception class indicates that the <var>[[Daemon_class|Daemon class]]</var> <var>[[New_(Daemon_constructor)|New]]</var> constructor was invoked, but the calling thread is at its limit of daemon threads. | ||
Line 9: | Line 10: | ||
The only method of the <var>MaxDaemExceeded</var> exception class is the <var>New</var> constructor. The class has no properties. | The only method of the <var>MaxDaemExceeded</var> exception class is the <var>New</var> constructor. The class has no properties. | ||
This class is available as of <var class="product">[[Sirius Mods]]</var> Version 7.5. | |||
This class is available as of <var class="product">[[Sirius Mods | <h2>The MaxDaemExceeded methods</h2> | ||
{{Template:List of MaxDaemExceeded 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>[[MaxDaemExceeded methods syntax|"MaxDaemExceeded methods syntax"]] is a single page that contains the syntax diagrams of all the methods in the class. | |||
</ul> | |||
[[Category:System exception classes]] | [[Category:System exception classes]] |
Revision as of 16:50, 10 May 2011
The MaxDaemExceeded exception class indicates that the Daemon class New constructor was invoked, but the calling thread is at its limit of daemon threads.
The maximum number of daemons allowed per master thread is set by the MAXDAEM system parameter, whose default value is 1.
To produce a MaxDaemExceeded exception for yourself, you typically use a User Language Throw statement calling the an MaxDaemExceeded New constructor:
throw %(maxDaemExceeded):new
The only method of the MaxDaemExceeded exception class is the New constructor. The class has no properties.
This class is available as of Sirius Mods Version 7.5.
The MaxDaemExceeded methods
The following are the available MaxDaemExceeded class methods.
Method | Description |
---|---|
New | Create a new MaxDaemExceeded object |
The methods in the class are described in the subsections that follow. In addition:
- "Notation conventions for methods" has information about the conventions followed.
- "MaxDaemExceeded methods syntax" is a single page that contains the syntax diagrams of all the methods in the class.