Skip to content

ym.UnknownException

Overview

An exception that describes an unknown behavior. It extends ym.Exception.

Initialization

Constructor(message)

Name Description Data type Default value
message A meaningful error description. string

Example call

throw new ym.UnknownException("Something unexpected has happened!");

Methods

Writes a message in the developer tool that informs about an obsolete component.

Parameter 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)

Writes an error message in the developer tool.

Parameter Description Data type Default value
args Several arguments and data types are possible.

info(args)

Writes a message in the developer tool.

Parameter Description Data type Default value
args Several arguments and data types are possible.

log(args)

Makes a log entry in the developer tool.

Parameter Description Data type Default value
args Several arguments and data types are possible.

notify(msg)

Writes a notification in the developer tool.

Parameter Description Data type Default value
msg Notification string

warn(args)

Writes a warning in the developer tool.

Parameter Description Data type Default value
args Several arguments and data types are possible.