ym.InvalidArgumentException
Overview
This exception is thrown if the specified arguments are not valid.
Initialization
Constructor(message)
Name | Description | Data type | Default value |
---|---|---|---|
message |
A meaningful error description. | string |
Example call
throw new ym.InvalidArgumentException("Something strange happened!");
Methods
deprecated(component, link, expirationDate) ab v3
Writes a message in the developer tool that informs about an obsolete component.
Parameters
Name | Description | Data type | Default value |
---|---|---|---|
component |
The component that is marked as obsolete. | function |
|
link |
The link to the documentation of the new or changed component. | string |
|
expirationDate |
The date on which the component is removed. | date |
error(args) ab v3
Writes an error message in the developer tool.
Parameter
Name | Description | Data type | Default value |
---|---|---|---|
args |
Several arguments and data types are possible. |
info(args) ab v3
Writes a message in the developer tool.
Parameter
Name | Description | Data type | Default value |
---|---|---|---|
args |
Several arguments and data types are possible. |
log(args) ab v3
Makes a log entry in the developer tool.
Parameter
Name | Description | Data type | Default value |
---|---|---|---|
args |
Several arguments and data types are possible. |
notify(msg) ab v3
Writes a notification in the developer tool.
Parameter
Name | Description | Data type | Default value |
---|---|---|---|
msg |
Notification | string |
warn(args) ab v3
Writes a warning in the developer tool.
Parameter
Name | Description | Data type | Default value |
---|---|---|---|
args |
Several arguments and data types are possible. |