SourceForge.net Logo timeSeries: timeSeries Class Library

tsException Class Reference
[timeSeries objects]

timeSeries exception class More...

#include <tsExceptions.h>

Inherited by BadDimension, BadType, Dimension_error, Length_error, OutOfRange, and tsResult_Dimension_error.

List of all members.

Public Member Functions

virtual void debug_print ()
 print information about the cause of the exception

Detailed Description

timeSeries exception class

This is the base class for generic timeSeries exceptions. To handle any exception in the timeSeries classes, this class can be caught and handled.

Example
    try {
        // analysis code here...
    }
    catch (tsException& tse) {
        tse.debug_print();
        cerr << "skipping to next file..." << endl;
    }
Examples:

campAnalysis.cpp, campVIRTTEXAnalysis.cpp, and hmi04.cpp.

Generated on Tue Mar 16 15:10:52 2010 for timeSeries by  doxygen 1.6.3