List of CharacterTranslationException methods: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Protected "List of CharacterTranslationException 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
1C'??'CharacterTranslationException'* *
    replaced, so any manual edits will be lost. You've been warned. -->
-->
The following are the available [[CharacterTranslationException class]] methods.
{{Template:Method list header|class=CharacterTranslationException}}
<div class="showVisit">
<div class="showVisit">
<table class="wikitable">
The following are the available [[CharacterTranslationException class|CharacterTranslationException]] exception class methods.
<tr><th>Method</th><th>Description</th></tr>
<tr><td valign="top">[[BytePosition (CharacterTranslationException function)|BytePosition]]</td><td valign="top">Position of byte at which the exception was thrown</td></tr>
See [[Notation conventions for methods]] for information about the conventions followed in the method descriptions.
<tr><td valign="top">[[CharacterPosition (CharacterTranslationException function)|CharacterPosition]]</td><td valign="top">Position of character at which the exception was thrown</td></tr>
<dpl>
<tr><td valign="top">[[Description (CharacterTranslationException function)|Description]]</td><td valign="top">Brief description of the exception</td></tr>
category = CharacterTranslationException_methods
<tr><td valign="top">[[HexValue (CharacterTranslationException function)|HexValue]]</td><td valign="top">Hexadecimal value of bytes causing the exception</td></tr>
include = dpl_desc
<tr><td valign="top">[[New (CharacterTranslationException constructor)|New]]</td><td valign="top">Create a new CharacterTranslationException object</td></tr>
table =,Method,Description
<tr><td valign="top">[[Reason (CharacterTranslationException function)|Reason]]</td><td valign="top">Enumerated cause of the exception</td></tr>
</dpl>
</table>
[[Category:CharacterTranslationException methods]]
</div>
</div>
==See also==
<table class="list"><tr>
<td valign="top"><ul style="margin-top:0px;">
<li>[[CharacterTranslationException class]]
</ul></td>
<td valign="top"><ul style="margin-top:0px;">
<li>[[CharacterTranslationException methods syntax]]
</ul></td>
</tr>
</table>

Revision as of 19:49, 25 March 2011

The following are the available CharacterTranslationException class methods.

MethodDescription
BytePositionPosition of byte at which the exception was thrown
CharacterPositionPosition of character at which the exception was thrown
DescriptionBrief description of the exception
HexValueHexadecimal value of bytes causing the exception
NewCreate a new CharacterTranslationException object
ReasonEnumerated cause of the exception

See also