Class: Toybox.Lang.UnexpectedTypeException

Overview

This exception indicates an incorrect type was passed for a parameter.

See Also:

Since:

API Level 1.2.0

Instance Method Summary collapse

Instance Method Details

initialize(msg as Lang.String, unused1, unused2)

UnexpectedTypeException constructor.

  @param msg [Toybox::Lang::String] The exception message
  @param unused1 Unused. Preserves argument count for compatibility
  @param unused2 Unused. Preserves argument count for compatibility

Since:

API Level 1.2.0


Generated Sep 25, 2023 12:31:46 PM