New (ItemNotFound constructor): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (match syntax table to syntax template, tags and edits)
Line 1: Line 1:
{{Template:ItemNotFound:New subtitle}}
{{Template:ItemNotFound:New subtitle}}
This callable constructor generates an instance of an <var>[[ItemNotFound_class|ItemNotFound]]</var> exception. The <var>New</var> method format follows:


==Syntax==
==Syntax==
Line 5: Line 6:
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>%itemnf</th>
<tr><th>%itemNotFound</th>
<td>A reference to an instance of an ItemNotFound object.
<td>A reference to an instance of an <var>ItemNotFound</var> object.
</td></tr>
<tr><th>%(ItemNotFound)</th><td>The class name in parentheses denotes a shared method.</td></tr>
</table>


</td></tr></table>
==See also==
==See also==
{{Template:ItemNotFound:New footer}}
{{Template:ItemNotFound:New footer}}

Revision as of 06:36, 22 April 2011

Create a new ItemNotFound object (ItemNotFound class) This callable constructor generates an instance of an ItemNotFound exception. The New method format follows:

Syntax

%itemNotFound = [%(ItemNotFound):]New

Syntax terms

%itemNotFound A reference to an instance of an ItemNotFound object.
%(ItemNotFound)The class name in parentheses denotes a shared method.

See also