All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

KnowledgeInterfaces Class CATKWEErrorSeverity

CATKWEErrorSeverity
 

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


public class CATKWEErrorSeverity

Class containing the definition of a Knowledge error message.


Enumerated Type Index


o Severity
Severity Level of a message thrown during the evaluation or the parse of a knowlegde Object.

Enumerated Types


o Severity
enum Severity {
  Information,
  Warning,
  Error
}
Severity Level of a message thrown during the evaluation or the parse of a knowlegde Object. It can be formula, rule, check, optimization, set of equations ...
Parameters:
Information
The message is an information. The process will go on.
Warning
The message is a warning. The process will go on but the result has to be taken with caution.
Error
The message is an error. The process is stopped.

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

Copyright © 2003, Dassault Systèmes. All rights reserved.