DialogEngine CATDiaError

Usage: you must use this class as is. You should never derive it.


public class CATDiaError

Class representing an error catched in a CATStateCommand command.
Role: If an exception is catched by DialogEngine during an action or a condition, a CATDiaError instance stores a pointer to the catched error. By default, a dialog displays the error. But, as a command developer, you may define a specific command to manage the error thanks to the . This command can retrieve the error by the method which returns the CATDiaError instance.
However this way of managing errors is not recommended. Errors should be processed in the conditions and actions and shouldn't reach the command level.


Data Member Index


o _error
Error caught by DialogEngine.

Data Members


o _error
  public CATError * _error
Error caught by DialogEngine.

This object is included in the file: CATDiaError.h
If needed, your Imakefile.mk should include the module: CATDialogEngine

Copyright © 1999-2014, Dassault Systèmes. All rights reserved.