List of InvalidRegex methods: Difference between revisions
Jump to navigation
Jump to search
m (Protected "List of InvalidRegex methods" ([edit=autoconfirmed] (indefinite) [move=autoconfirmed] (indefinite))) |
m (Automatically generated page update) |
||
Line 1: | Line 1: | ||
<!-- | <!-- This page was automatically generated and will be automatically | ||
replaced, so any manual edits will be lost. You've been warned. --> | |||
--> | The following are the available [[InvalidRegex class]] methods. | ||
{{Template:Method list header|class=InvalidRegex}} | |||
<div class="showVisit"> | <div class="showVisit"> | ||
<table class="wikitable"> | |||
<tr><th>Method</th><th>Description</th></tr> | |||
<tr><td valign="top">[[Code (InvalidRegex function)|Code]]</td><td valign="top">Numeric code indicating cause of the exception</td></tr> | |||
<tr><td valign="top">[[Description (InvalidRegex function)|Description]]</td><td valign="top">Brief description of the exception</td></tr> | |||
< | <tr><td valign="top">[[New (InvalidRegex constructor)|New]]</td><td valign="top">Create a new InvalidRegex object</td></tr> | ||
<tr><td valign="top">[[Position (InvalidRegex function)|Position]]</td><td valign="top">Regex position at or before which the error occurred</td></tr> | |||
</table> | |||
</ | |||
[[ | |||
</div> | </div> | ||
==See also== | |||
<table class="list"><tr> | |||
<td valign="top"><ul style="margin-top:0px;"> | |||
<li>[[InvalidRegex class]] | |||
</ul></td> | |||
<td valign="top"><ul style="margin-top:0px;"> | |||
<li>[[InvalidRegex methods syntax]] | |||
</ul></td> | |||
</tr> | |||
</table> |
Revision as of 19:51, 25 March 2011
The following are the available InvalidRegex class methods.
Method | Description |
---|---|
Code | Numeric code indicating cause of the exception |
Description | Brief description of the exception |
New | Create a new InvalidRegex object |
Position | Regex position at or before which the error occurred |