test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Exceptions.py
Go to the documentation of this file.
1 import sys
2 import traceback
3 
5  """ This exception is raised if a function tries to access the Application's current tab controller when there is no currentTab() in tabWidget().
6  """
7  pass
8 
10  """ This exception is raised if a plugin cannot be loaded and shall be ignored.
11  """
12  pass
13 
14 class PluginNotLoadedException(ImportError):
15  """ This exception is raised if a plugin cannot be loaded and shall raise a warning.
16  """
17  pass
18 
20  ty,va,tb=sys.exc_info()
21  return "".join(traceback.format_exception(ty,va,tb))
static std::string join(char **cmd)
Definition: RemoteFile.cc:18