Skip to content

ym.InvalidArgumentException

Overview

This exception is thrown if the specified arguments are not valid.

Initialization

Constructor(message)

  • Parameters
  • message
    • Description: A meaningful error description.
    • Data type: string

Example Call

throw new ym.InvalidArgumentException("Something strange happened!");

Methods

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

  • Parameters
  • component

    • Description: The component that is marked as obsolete.
    • Data type: function
  • link

    • Description: The link to the documentation of the new or changed component.
    • Data type: string
  • expirationDate

    • Description: The date on which the component is removed.
    • Data type: date

error(args)

Writes an error message in the developer tool.

  • Parameters
  • args
    • Description: Several arguments and data types are possible.

info(args)

Writes a message in the developer tool.

  • Parameters
  • args
    • Description: Several arguments and data types are possible.

log(args)

Makes a log entry in the developer tool.

  • Parameters
  • args
    • Description: Several arguments and data types are possible.

notify(msg)

Writes a notification in the developer tool.

  • Parameters
  • msg
    • Description: Notification
    • Data type: string

warn(args)

Writes a warning in the developer tool.

  • Parameters
  • args
    • Description: Several arguments and data types are possible.