ApplicationExceptionFactory

Factory to recreate exceptions from ErrorDescription values passed through the wire.

Description

The ApplicationExceptionFactory acts as a factory to recreate from ErrorDescription values passed through the wire.

Static methods

create

Recreates ApplicationException object from serialized ErrorDescription. It tries to restore original exception type using type or error category fields.

static create(description: ErrorDescription): ApplicationException

See also