Class ExpressionException
Constructors
constructor
- new ExpressionException(correlationId?: string, code?: string, message?: string): ExpressionException
-
Parameters
-
Default value correlationId: string = null
-
Default value code: string = null
-
Default value message: string = null
Exception that can be thrown by Expression Calculator.