New (ItemNotFound constructor): Difference between revisions
Jump to navigation
Jump to search
m (match syntax table to syntax template, tags and edits) |
m (→Syntax terms) |
||
Line 9: | Line 9: | ||
<td>A reference to an instance of an <var>ItemNotFound</var> object. | <td>A reference to an instance of an <var>ItemNotFound</var> object. | ||
</td></tr> | </td></tr> | ||
<tr><th>%(ItemNotFound)</th><td>The class name in parentheses denotes a shared method.</td></tr> | <tr><th><var>%(ItemNotFound)</var></th><td>The class name in parentheses denotes a shared method.</td></tr> | ||
</table> | </table> | ||
==See also== | ==See also== | ||
{{Template:ItemNotFound:New footer}} | {{Template:ItemNotFound:New footer}} |
Revision as of 23:48, 2 May 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. |