Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ApplicationExceptionFactory

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

see

ErrorDescription

see

ApplicationException

Hierarchy

  • ApplicationExceptionFactory

Index

Methods

Methods

Static create

  • Recreates ApplicationException object from serialized ErrorDescription.

    It tries to restore original exception type using type or error category fields.

    Parameters

    • description: ErrorDescription

      a serialized error description received as a result of remote call

    Returns ApplicationException

Generated using TypeDoc