LMIExceptions Package

exception LMIExceptions.LMIClassNotFound(namespace, class_name)[source]

Raised, when trying to access missing class in LMINamespace.

Parameters:
  • namespace (string) – namespace name
  • classname (string) – class name, which was not found in namespace
exception LMIExceptions.LMIDeletedObjectError[source]

Raised, when there is an attempt to access properties on deleted LMIInstance object.

exception LMIExceptions.LMIFilterError[source]

Raised, when a filter error occurs, mostly when filter object is missing.

exception LMIExceptions.LMIHandlerNamePatternError[source]

Raised when the pattern string does not contain minimum replaceable characters.

exception LMIExceptions.LMIIndicationError[source]

Raised, if an error occurs while subscribing to/removing an indication.

exception LMIExceptions.LMIIndicationListenerError[source]

Raised, if there is an error while starting/stopping indication listener.

exception LMIExceptions.LMIMethodCallError[source]

Raised, when an error occurs within method call.

exception LMIExceptions.LMINamespaceNotFound(namespace, *args)[source]

Raised, when trying to access not existing namespace from connection or namespace object.

Parameters:
  • namespace (string) – namespace which was not found
  • args – other positional arguments
exception LMIExceptions.LMINoPagerError[source]

Raised, when there is no default pager like less or more.

exception LMIExceptions.LMISynchroMethodCallError[source]

Raised, when an error occurs within synchronized method call.

exception LMIExceptions.LMISynchroMethodCallFilterError[source]

Raised, when the LMIShell can not find necessary static filter for synchronous method call.

exception LMIExceptions.LMIUnknownParameterError[source]

Raised, when there is a method call issued and unknown method parameter is provided.

exception LMIExceptions.LMIUnknownPropertyError[source]

Raised, when there is an attempt to create instance with unknown property provided.

This Page