Back to Website
Show / Hide Table of Contents

Class Exception

Inheritance
Error
Exception
Package: @aurigma/design-atoms-model

Constructors

(constructor)(message)

Constructs a new instance of the Exception class

Declaration
constructor(message?: string);
Parameters
Type Name Description
string message

Properties

innerException

Declaration
innerException: Error | Exception;
Property Value
Type Description
Error | Exception

name

Declaration
name: string;
Property Value
Type Description
string

Methods

toJSON()

Declaration
toJSON(): {
        name: string;
        innerException: Error | Exception;
        message: string;
    };
Returns
Type Description
{ name: string; innerException: Error | Exception; message: string; }

toString()

Declaration
toString(): string;
Returns
Type Description
string
Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2025 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback