Mesh::Error Class Reference

The class Error is used to handle errors of Tops. More...

#include <mesh.h>

List of all members.

Public Member Functions

 Error (char *s="")
 The constructor allows specify a textual error.


Detailed Description

The class Error is used to handle errors of Tops.

Definition at line 604 of file mesh.h.


Constructor & Destructor Documentation

Mesh::Error::Error char *  s = ""  )  [inline]
 

The constructor allows specify a textual error.

Definition at line 607 of file mesh.h.

00607 { std::cerr<<"mesh error: "<<s<<std::endl; exit(0); };


The documentation for this class was generated from the following file:
Generated on Fri Feb 24 12:23:26 2006 for TOPs by  doxygen 1.4.6-NO