:: com :: sun :: star :: test :: bridge ::

interface XBridgeTest
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XBridgeTestBase
    |
    +-XBridgeTest
Description
* Inherting from monster; adds raiseException(), attribute raising RuntimeException.

Methods' Summary
raiseException * the exception struct returned has to be filled with given arguments. * return value is for dummy.
raiseRuntimeExceptionOneway * Throws runtime exception. * check remote bridges handle exceptions during oneway calls properly. * Note that on client side the execption may fly or not. When it flies, it should * have the proper message and context.
Methods' Details
raiseException
TestData
raiseException(
 
[in] short
[in] string
[in] ::com::sun::star::uno::XInterface 

raises(

 
ArgumentPosition,
Message,
Context ) 
::com::sun::star::lang::IllegalArgumentException );

Description
* the exception struct returned has to be filled with given arguments. * return value is for dummy.
raiseRuntimeExceptionOneway
[oneway] void
raiseRuntimeExceptionOneway(
 
[in] string
[in] ::com::sun::star::uno::XInterface
 
Message,
Context );

Description
* Throws runtime exception. * check remote bridges handle exceptions during oneway calls properly. * Note that on client side the execption may fly or not. When it flies, it should * have the proper message and context.
Attributes' Summary
RuntimeException * raises runtime exception; * the exception struct returned has to be filled with formerly set test data.
Attributes' Details
RuntimeException
long RuntimeException;
Description
* raises runtime exception; * the exception struct returned has to be filled with formerly set test data.
Top of Page