Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members  

SIGEL_RobotIO::SIG_SemanticError Class Reference

SIG_SemanticError will be thrown by and only by the compiler, when there are mistakes that make it impossible to correctly build a robot model, but which are not directly related to syntax errors. More...

#include <SIG_RobotIOExceptions.h>

Inheritance diagram for SIGEL_RobotIO::SIG_SemanticError:

SIGEL_Tools::SIG_Exception List of all members.

Public Methods

 SIG_SemanticError (QString file, int line, QString msg)
 Constructor. More...


Detailed Description

SIG_SemanticError will be thrown by and only by the compiler, when there are mistakes that make it impossible to correctly build a robot model, but which are not directly related to syntax errors.

These may be contradictions, gaps in the description, or even simple typing errors that unintentionally may lead to different identifiers.

Definition at line 68 of file SIG_RobotIOExceptions.h.


Constructor & Destructor Documentation

SIGEL_RobotIO::SIG_SemanticError::SIG_SemanticError ( QString file,
int line,
QString msg )
 

Constructor.

Parameters:
file   As in SIG_Exception.
line   As in SIG_Exception.
msg   A message describing the error.

Definition at line 31 of file SIG_RobotIOExceptions.cpp.


The documentation for this class was generated from the following files:
Generated at Mon Sep 3 01:32:56 2001 for PG 368 - SIGEL by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000