Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CreateException

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

see

InternalException (in the PipServices "Commons" package)

see

ApplicationException (in the PipServices "Commons" package)

Hierarchy

Index

Constructors

Constructors

constructor

  • new CreateException(correlationId?: string, messageOrLocator: any): CreateException
  • Creates an error instance and assigns its values.

    Parameters

    • Default value correlationId: string = null
    • messageOrLocator: any

      human-readable error or locator of the component that cannot be created.

    Returns CreateException

Generated using TypeDoc