Class: JrtError

jrt.JrtError

A type for errors detected in the jRT runtime. All errors, even those thrown in client code, are caught by the runtime and logged in the console in a controlled way.

Extends

  • Error

Members

(nullable) cause :Error

The originating error, if any.

Type:
  • Error