KnowledgeInterfaces  CATKWEErrorSeverity
Usage: you must use this class as is. You should never derive it.
 public class CATKWEErrorSeverity
    Description of the severity of an error that may be raised in a user function.
 
  -  See also: 
  
 -  
 
 Enumerated Type Index
 
 -  o 
    Severity
 -   Severity of errors that may be raised in a user function.
 
 Enumerated Types
 
  o Severity
  - 
enum Severity {
  Information,
  Warning,
  Error
}
 Severity of errors that may be raised in a user function. 
  -  Parameters:
  
 - 
    
    -  Information
   
 -  This raises an information only to be sent to the end user. It is not an error.
 
 
    -  Warning
   
 -  This raises an error that is not critical
 
 
    -  Error
   
 -  This raises an error that corresponds to a problem.
 
 
 
 This object is included in the file: CATKWEErrorSeverity.h
If needed, your Imakefile.mk should include the module: KnowledgeItf
Copyright © 1999-2015, Dassault Systèmes. All rights reserved.