List of CharacterTranslationException methods: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Created page with "<!-- 1C'??'CharacterTranslationException'* * --> <div class="showVisit"> The following are the available CharacterTranslationException...")
 
m (Automatically generated page update)
 
(5 intermediate revisions by 3 users not shown)
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. -->
-->
{{Template:List of CharacterTranslationException methods}}
==See also==
<div class="showVisit">
<table class="list"><tr>
<td valign="top"><ul style="margin-top:0px;">
The following are the available [[CharacterTranslationException class|CharacterTranslationException]] exception class methods.
<li>[[CharacterTranslationException class]]
</ul></td>
See [[Notation conventions for methods]] for information about the conventions followed in the method descriptions.
<td valign="top"><ul style="margin-top:0px;">
<dpl>
<li>[[CharacterTranslationException methods syntax]]
category = CharacterTranslationException_methods
</ul></td>
include = dpl_desc
</tr>
table =,Method,Description
</table>
</dpl>
[[Category:Lists of methods]]
[[Category:CharacterTranslationException methods]]
</div>

Latest revision as of 20:26, 1 November 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