exception MalformedNumberFormatException in module com::sun::star::util::

(Global Index)

Syntax

exception MalformedNumberFormatException : com::sun::star::uno::Exception ;

Description

exception thrown when a NumberFormat string is syntactically incorrect.

Field Summary

CheckPos character position in a string where malformation begins.

Field Details



CheckPos

Syntax

long CheckPos;

Description

character position in a string where malformation begins.

Top of Page