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 : | 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
|
Members Details
name: |
---|
The name of the type of error. Source: javascript/web/pentaho/lang/UserError.js, line 45 Default Value: "UserError" |