<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://m204wiki.rocketsoftware.com/index.php?action=history&amp;feed=atom&amp;title=FormFieldNotFound_class</id>
	<title>FormFieldNotFound class - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://m204wiki.rocketsoftware.com/index.php?action=history&amp;feed=atom&amp;title=FormFieldNotFound_class"/>
	<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=FormFieldNotFound_class&amp;action=history"/>
	<updated>2026-04-17T06:25:56Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=FormFieldNotFound_class&amp;diff=83983&amp;oldid=prev</id>
		<title>JAL: Created page with &quot;__NOTOC__ The &lt;var&gt;FormFieldNotFound&lt;/var&gt; exception class describes an exception associated with not finding an expected field within [http://www.w3.org/TR/html401/interact/f...&quot;</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=FormFieldNotFound_class&amp;diff=83983&amp;oldid=prev"/>
		<updated>2016-05-02T17:16:48Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;__NOTOC__ The &amp;lt;var&amp;gt;FormFieldNotFound&amp;lt;/var&amp;gt; exception class describes an exception associated with not finding an expected field within [http://www.w3.org/TR/html401/interact/f...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;__NOTOC__&lt;br /&gt;
The &amp;lt;var&amp;gt;FormFieldNotFound&amp;lt;/var&amp;gt; exception class describes an exception associated with not finding an expected field within [http://www.w3.org/TR/html401/interact/forms.html HTML form] data, say a missing &amp;quot;type=file&amp;quot; field.&lt;br /&gt;
 &lt;br /&gt;
To produce a &amp;lt;var&amp;gt;FormFieldNotFound&amp;lt;/var&amp;gt; exception yourself, you typically use a &amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;SOUL&amp;lt;/var&amp;gt; &amp;lt;var&amp;gt;[[Exceptions#Throwing exceptions|Throw]]&amp;lt;/var&amp;gt; statement with a &amp;lt;var&amp;gt;FormFieldNotFound&amp;lt;/var&amp;gt; &amp;lt;var&amp;gt;[[New (FormFieldNotFound constructor)|New]]&amp;lt;/var&amp;gt; constructor. This statement must be issued from within a method, and it can only be caught by the code that calls the method. For example, the following statement throws a &amp;lt;var&amp;gt;FormFieldNotFound&amp;lt;/var&amp;gt; exception:&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;throw %(FormFieldNotFound):new&lt;br /&gt;
&amp;lt;/p&amp;gt; &lt;br /&gt;
&lt;br /&gt;
For an outline of how you might use an exception in a function of your own, see this [[Get (HttpRequest function)#exception-eg|Get method example]].&lt;br /&gt;
&lt;br /&gt;
==The FormFieldNotFound methods==&lt;br /&gt;
{{Template:List of FormFieldNotFound methods}}&lt;br /&gt;
&lt;br /&gt;
The methods in the class are described in the subsections that follow. In addition:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Notation conventions for methods]] has information about the conventions followed. &amp;lt;/li&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;[[FormFieldNotFound methods syntax]] is a single page that contains the syntax diagrams of all the methods in the class. &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==New constructor==&lt;br /&gt;
{{Template:FormFieldNotFound:New subtitle}}&lt;br /&gt;
&lt;br /&gt;
This &amp;lt;var&amp;gt;Constructor&amp;lt;/var&amp;gt; generates an instance of a &amp;lt;var&amp;gt;[[FormFieldNotFound class|FormFieldNotFound]]&amp;lt;/var&amp;gt; exception.  As shown below, the &amp;lt;var&amp;gt;New&amp;lt;/var&amp;gt; method takes no arguments.&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
{{Template:FormFieldNotFound:New syntax}}&lt;br /&gt;
&lt;br /&gt;
====Syntax terms====&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;%formFieldNotFound&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;A reference to an instance of a &amp;lt;var&amp;gt;FormFieldNotFound&amp;lt;/var&amp;gt; object.&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;&amp;lt;var&amp;gt;[%(FormFieldNotFound):]&amp;lt;/var&amp;gt;&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;The class name in parentheses denotes a &amp;lt;var&amp;gt;[[Notation conventions for methods#Constructors|Constructor]]&amp;lt;/var&amp;gt;.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:System exception classes]]&lt;/div&gt;</summary>
		<author><name>JAL</name></author>
	</entry>
</feed>