StringArray GetParameters();
//! update management
- void Update( in Notebook nb ) raises( CalculationError );
+ void Update( in Notebook nb ) raises( ExpressionError, CalculationError );
};
interface Parameter : ParameterizedObject
{
//! change expression of the parameter
- void SetExpression( in string expr ) raises( ExpressionError );
+ void SetExpression( in string expr ) raises( NotebookError, ExpressionError );
//! change value of the parameter
void SetBoolean( in boolean value );