:: com :: sun :: star :: io ::

exception WrongFormatException
Base Hierarchy
::com::sun::star::uno::Exception
 |
 +-::com::sun::star::io::IOException
    |
    +-WrongFormatException
Description
is thrown when inconsistent data comes up while reading a complex data type ( string or object).

Top of Page