CreateException

Error raised when factory is not able to create a requested component.

Implements: InternalException

Description

The CreateException class allows you to manage the error raised when a factory is not able to create a requested component.

Constructors

Creates an error instance and assigns its values.

CreateException(context: Optional[IContext] = None, message_or_locator: str = None)

  • context: IContext - (optional) a context to trace execution through a call chain.
  • message_or_locator: str - human-readable error or locator of the component that cannot be created.

See also