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

ModelChangedError

pentaho.visual.action. ModelChangedError

The ModelChangedError class is a user error that signals the inability of a view to proceed an operation due to the associated model having changed in between.

An instance of this error may be thrown from an Update:{do} listener, to signal that a new update execution should be performed with the same changes.

Additionally, this error can be used by a Select or Execute action execution to indicate that the action cannot be performed when the model has changed since the last update execution.

Extends

Constructor

Name Description
new ModelChangedError()

Creates a model changed error object.

Members

Name Description
name : string

The name of the type of error.

Constructor Details

new ModelChangedError()

Creates a model changed error object.

Source: javascript/web/pentaho/visual/action/ModelChangedError.js, line 21

Members Details

name: string

The name of the type of error.

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

Inherited From: pentaho.lang.UserError#name

Default Value: "UserError"