Skip to main content

Pentaho+ documentation has moved!

The new product documentation portal is here. Check it out now at docs.hitachivantara.com

 

Hitachi Vantara Lumada and Pentaho Documentation

RuntimeError

pentaho.lang. RuntimeError

The RuntimeError class represents a runtime error that is, nonetheless, handled and whose message can be shown to the user.

Extends

Constructor

Name Description
new RuntimeError(message)

Creates a runtime error object.

Members

Name Description
name :  string

The name of the type of error.

Constructor Details

new RuntimeError(message)

Creates a runtime error object.

Source: javascript/web/pentaho/lang/RuntimeError.js, line 24

Parameters:
Name Default Value Summary
message : string

The error message.

Members Details

name:  string

The name of the type of error.

Source: javascript/web/pentaho/lang/RuntimeError.js, line 46

Default Value: "pentaho.lang.RuntimeError"

Overrides: pentaho.lang.UserError#name