Skip to main content
Hitachi Vantara Lumada and Pentaho Documentation

UserError

pentaho.lang. UserError

The UserError class is the base class of error objects associated with the logic of a given operation.

Extends

Constructor

Name Description
new UserError(message)

Creates a user error object.

Members

Name Description
name :  string

The name of the type of error.

Constructor Details

new UserError(message)

Creates a user error object.

Source: javascript/web/pentaho/lang/UserError.js, line 23

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/UserError.js, line 45

Default Value: "UserError"