Searched defs:Exception (Results 1 - 9 of 9) sorted by relevance

/vbox/src/libs/xpcom18a4/python/server/
H A Dmodule.py38 from xpcom import ServerException, Exception namespace
91 except Exception:
98 except Exception:
/vbox/src/libs/xpcom18a4/python/
H A D__init__.py50 class Exception(exceptions.Exception): class in inherits:exceptions.Exception
55 exceptions.Exception.__init__(self, errno)
69 # An alias for Exception - allows code to say "from xpcom import COMException"
70 # rather than "Exception", preventing clashes with the builtin Exception
71 COMException = Exception
79 class ServerException(Exception):
84 Exception.__init__(self, errno, *args, **kw)
H A Dfile.py64 from xpcom import components, Exception, _xpcom namespace
H A Dcomponents.py66 # The "Exception" object
67 Exception = xpcom.COMException variable
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
H A DDebugAgent.c587 DEBUG_DATA_RESPONSE_GET_EXCEPTION Exception; local
917 Exception.ExceptionNum = (UINT8) Vector;
918 Exception.ExceptionData = 0;
919 Status = SendDataResponsePacket (CpuContext, (UINT8 *) &Exception, (UINT16) sizeof (DEBUG_DATA_RESPONSE_GET_EXCEPTION));
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/
H A DipcDConnectService.cpp1821 nsIException *Exception() { return (nsIException *)(nsISupports *) mXcptStub; } function in class:ExceptionStub
1938 if (Exception())
1939 return Exception()->GetLocation (aLocation);
1946 if (Exception())
1947 return Exception()->GetInner (aInner);
1954 if (Exception())
1955 return Exception()->GetData (aData);
1962 if (Exception())
1963 return Exception()->ToString (_retval);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinbase.h152 EXCEPTION_DEBUG_INFO Exception; member in union:_DEBUG_EVENT::__anon13903
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinbase.h141 EXCEPTION_DEBUG_INFO Exception; member in union:_DEBUG_EVENT::__anon1257
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-tools.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/istack/ ...

Completed in 95 milliseconds