:: com :: sun :: star :: util ::

exception MalformedNumberFormatException
Base Hierarchy
MalformedNumberFormatException
 ┗ ::com::sun::star::uno::Exception
Description
is thrown when a NumberFormat string is syntactically incorrect.

Elements' Summary
CheckPos contains the character position in the string where the malformation begins.  
Elements' Details
CheckPos
long CheckPos;
Description
contains the character position in the string where the malformation begins.
Top of Page