GCLgrid :: GCLgrid | classes |
class GCLgrid_error | ? ^ |
Error object throw by some GCLgrid functions.
Any function that does not use Antelope routines in the GCLgrid library will throw this object in the event of an exception.
- Source:
- gclgrid.h:1318
- Author:
- unascribed
- Version:
- unknown
Contents | ^ |
Entity Type Scope Short Description ~GCLgrid_error destructor public automatically generated GCLgrid_error constructor public Default constructor with generic message. GCLgrid_error constructor public copy constructor GCLgrid_error constructor public automatically generated log_error method public Routine to print the error message to stderr. message attribute public This will contain the error message from the function which threw this error. operator = operator public automatically generated
destructor ~GCLgrid_error | ? ^ > |
automatically generated
- Source:
- gclgrid.h
- Code:
public ~ GCLgrid_error ( )
constructor GCLgrid_error | ? ^ < > |
Default constructor with generic message.
- Source:
- gclgrid.h:1323
- Code:
public GCLgrid_error ( )
constructor GCLgrid_error | ? ^ < > |
copy constructor
- Source:
- gclgrid.h:1325
- Code:
public GCLgrid_error ( const string mess )
constructor GCLgrid_error | ? ^ < > |
automatically generated
- Source:
- gclgrid.h
- Code:
public GCLgrid_error ( const GCLgrid_error & )
method log_error | ? ^ < > |
Routine to print the error message to stderr.
- Source:
- gclgrid.h:1327
- Code:
public virtual void log_error ( )
attribute message | ? ^ < > |
This will contain the error message from the function which threw this error.
- Source:
- gclgrid.h:1321
- Code:
- public string message
operator = | ? ^ < > |
automatically generated
- Source:
- gclgrid.h
- Code:
public GCLgrid_error & operator = ( const GCLgrid_error & )
Created Wed Apr 27 07:05:01 2005.
This documentation was generated automatically by
ccdoc v08r41 2004/09/29 bin_opt_suncc_sun4-solaris-2.8.
Click here to submit a bug report or feature request for ccdoc.
Click here to return to the top of the page.