interpret_community.common.exception module

Defines different types of exceptions that this package can raise.

exception interpret_community.common.exception.ScenarioNotSupportedException

Bases: Exception

An exception indicating that some scenario is not supported.

Parameters:

exception_message (str) – A message describing the error.