CharacterTranslationException class: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (tags)
Line 1: Line 1:
<!-- CharacterTranslationException class -->
<!-- CharacterTranslationException class -->
Various methods throw a CharacterTranslationException exception
Various methods throw a <var>CharacterTranslationException</var> exception when they encounter character translation problems. To avert request cancellation, you can <var>[[catch]]</var> such an exception, optionally catching to an object of this class.
when they encounter character translation problems.
To avert request cancellation, you can catch such an exception,
optionally catching to an object of this class.
   
   
The methods in this class are listed at "[[List of CharacterTranslationException methods]]".
The methods in this class are listed at "[[List of CharacterTranslationException methods]]".
   
   
This class is available as of <var class="product">Sirius Mods</var> version 7.3.
This class is available as of <var class="product">[[Sirius Mods|"Sirius Mods"]]</var> Version 7.3.
[[Category:System exception classes]]
[[Category:System exception classes]]

Revision as of 04:48, 15 April 2011

Various methods throw a CharacterTranslationException exception when they encounter character translation problems. To avert request cancellation, you can catch such an exception, optionally catching to an object of this class.

The methods in this class are listed at "List of CharacterTranslationException methods".

This class is available as of "Sirius Mods" Version 7.3.