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.

public CreateException(String traceId, Object locator)

  • traceId: String - (optional) a unique transaction id to trace execution through a call chain.
  • messageOrLocator: Object - human-readable error or locator of the component that cannot be created.

See also