Constructor
new QuantityError(message)
- Source:
Parameters:
Name | Type | Description |
---|---|---|
message |
string |
QuantityError is thrown when Quantity
creation or operation fails.
It is used to wrap the underlying Java Exceptions and add some additional information and a JS stacktrace to it.
Name | Type | Description |
---|---|---|
message |
string |