MCPcopy Create free account
hub / github.com/apache/cloudstack / CloudInternalException

Class CloudInternalException

python/lib/cloudutils/cloudException.py:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 return self.details
32
33class CloudInternalException(Exception):
34 def __init__(self, errMsg):
35 self.errMsg = errMsg
36 def __str__(self):
37 return self.errMsg
38
39def formatExceptionInfo(maxTBlevel=5):
40 cla, exc, trbk = sys.exc_info()

Callers 15

getDevInfoMethod · 0.85
checkHostNameMethod · 0.85
configMethod · 0.85
getSysConfigFactoryMethod · 0.85
configMethod · 0.85
checkMethod · 0.85
checkMethod · 0.85
isPreConfigedMethod · 0.85
cfgNetworkMethod · 0.85
getNetworkMethodMethod · 0.85
addBridgeMethod · 0.85
writeToCfgFileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected