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

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"