Searched refs:aWrappedException (Results 1 – 2 of 2) sorted by relevance
149 lang::WrappedTargetException aWrappedException; in setPropertyValue() local150 aWrappedException.TargetException = uno::makeAny( ex ); in setPropertyValue()151 throw aWrappedException; in setPropertyValue()190 lang::WrappedTargetException aWrappedException; in getPropertyValue() local191 aWrappedException.TargetException = uno::makeAny( ex ); in getPropertyValue()192 throw aWrappedException; in getPropertyValue()
93 Any aWrappedException; in errorThrow() local94 throw SAXException(rErrorMessage, aContext, aWrappedException); in errorThrow()
Completed in 16 milliseconds