Code (InvalidRegex property): 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:InvalidRegex:Code subtitle}}
{{Template:InvalidRegex:Code subtitle}}
This readOnly property is an integer <var class="term">code</var> that provides some details about the nature of the error.  This <var class="term">code</var> is really only useful to someone familiar with the implementation of the regular expression processor, so it is likely to be useful only to [http://sirius-software.com/support.html Sirius Software technical support].
<p>No assumptions should be made that a particular error will always produce the same <var class="term">code</var> from release to release of the <var class="product">[[Sirius Mods|"Sirius Mods"]]</var>, or even between runs of an Online.</p>


This code is really only useful to someone familiar with the implementation
of the regular expression processor, so it is likely to be useful only to Sirius
Software technical support.
No assumptions should be made that a particular error will always produce the
same code from release to release of the <var class="product">Sirius Mods</var>, or even between runs of
an Online.
==Syntax==
==Syntax==
{{Template:InvalidRegex:Code syntax}}
{{Template:InvalidRegex:Code syntax}}
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>%num</th>
<tr><th>%number</th>
<td>This integer value is associated with the regex expression error.
<td>This integer value is associated with the <var>[[Regex_processing|regular expression]]</var> error.
</td></tr>
</td></tr>
<tr><th>%invReg</th>
<tr><th>invalidRegex</th>
<td>A reference to an instance of an InvalidRegex object.
<td>A reference to an instance of an <var>[[InvalidRegex_class|InvalidRegex]]</var> object.
</td></tr></table>


</td></tr></table>
==See also==
==See also==
{{Template:InvalidRegex:Code footer}}
{{Template:InvalidRegex:Code footer}}

Revision as of 06:19, 22 April 2011

Numeric code indicating cause of the exception (InvalidRegex class) This readOnly property is an integer code that provides some details about the nature of the error. This code is really only useful to someone familiar with the implementation of the regular expression processor, so it is likely to be useful only to Sirius Software technical support.

No assumptions should be made that a particular error will always produce the same code from release to release of the "Sirius Mods", or even between runs of an Online.

Syntax

%number = invalidRegex:Code

Syntax terms

%number This integer value is associated with the regular expression error.
invalidRegex A reference to an instance of an InvalidRegex object.

See also