The exceptions module#

Summary#

GrpcUtilitiesError

Raised when using gRPC utilities in an unsupported manner.

STKAttributeError

Raised when attempting to set an unrecognized attribute within the STK API.

STKColorError

Raised when a problem is encountered with color classes.

STKEventsAPIError

Raised when attempting to assign to an STK Event rather than using operator += or -=.

STKInitializationError

Raised in STKDesktop and STKEngine when unable to initialize or attach to STK.

STKInvalidCastError

Raised when attempting to cast an object to an unsupported interface or class type.

STKInvalidTimerError

Raised when attempting to use an engine timer that cannot be implemented.

STKPluginMethodNotImplementedError

Raised when a plugin method is called by STK that was not implemented by the user.

STKRuntimeError

Raised when an STK method call fails.

Description#

Contains specific exceptions that may be raised from the STK API.