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 : | 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
|
Members Details
name: |
---|
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 |