raiseNotImplemented(msg='',
logger=esys.lsm.Logging.getLogger("esys.lsm.vis.core"))
|
|
Raises a NotImplementedError exception and logs the back-trace using
the specified logger. The exception is raised only if raiseExceptionWhenNotImplemented returns true, otherwise
only the back-trace is logged and no exception is thrown.
- Parameters:
msg (str) - Exception message string passed to NotImplementedError
constructor.
logger (logging.Logger) - The Logger.error message is used to log the lines of
a back-trace.
|