Main Page   Class Hierarchy   Compound List   Compound Members  

SCOREC_Attribute::AttributeException Class Reference

#include <AttributeException.h>

Inheritance diagram for SCOREC_Attribute::AttributeException::

List of all members.

Public Methods

 AttributeException (const char *w, int l)
 Construct by giving the filename and the line where the exceptions occured.

virtual const char* what () const
 return the reason for throwing an exception. Derived classes should overwrite it to give it some meaning.

const char* where () const
 The file in which the exception was thrown.

int Line () const
 The line in the file where the exeption was thrown.


Detailed Description

Base class from which all exceptions thrown in this libary are derived. Minimum input is the File where the exception is thrown (__FILE__) and the corresponding line (__LINE__)


The documentation for this class was generated from the following files:
Generated at Mon Jul 23 10:23:24 2001 for SCOREC_UnitSystem by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001