Lines Matching refs:THROWS
69 XIntrospectionAccessRef getIntrospection(void) const THROWS( (UsrSystemException) ) in getIntrospection()
76 … THROWS( ( IllegalArgumentException,
81 … THROWS( ( UnknownPropertyException,
87 … THROWS( ( UnknownPropertyException,
89 BOOL hasMethod(const UString& Name) const THROWS( (UsrSystemException) );
90 BOOL hasProperty(const UString& Name) const THROWS( (UsrSystemException) );
129 … THROWS( ( IllegalArgumentException, in invoke()
153 … THROWS( ( UnknownPropertyException, in setValue()
167 … THROWS( ( UnknownPropertyException, in getValue()
183 BOOL MyPythonRoot::hasMethod(const UString& Name) const THROWS( (UsrSystemException) ) in hasMethod()
198 BOOL MyPythonRoot::hasProperty(const UString& Name) const THROWS( (UsrSystemException) ) in hasProperty()
257 virtual void interrupt(const InterruptEngineEvent& Evt) THROWS( (UsrSystemException) ) in interrupt()
261 virtual void running(const EventObject& Evt) THROWS( (UsrSystemException) ) in running()
268 virtual void finished(const FinishEngineEvent& Evt) THROWS( (UsrSystemException) ) in finished()
349 virtual BOOL isFunction(const UString& FunctionName) THROWS( (UsrSystemException) ) in isFunction()
354 virtual BOOL isValidPath(const UString& PathName) THROWS( (UsrSystemException) ) in isValidPath()
359 virtual Sequence< UString > getModuleNames(void) THROWS( (UsrSystemException) ) in getModuleNames()
364 virtual UString getModuleSource(const UString& ModulName) THROWS( (UsrSystemException) ) in getModuleSource()
373 virtual Sequence< BYTE > getModuleCode(const UString& ModuleName) THROWS( (UsrSystemException) ) in getModuleCode()
378 virtual UString getFunctionSource(const UString& FunctionName) THROWS( (UsrSystemException) ) in getFunctionSource()
382 …virtual Sequence< BYTE > getFunctionCode(const UString& FunctionName) THROWS( (UsrSystemException)… in getFunctionCode()