Exception.h File Reference

#include "tptoolbox.h"
#include <exception>
#include <string>

Go to the source code of this file.

Namespaces

namespace  tecplot
namespace  tecplot::toolbox

Data Structures

class  tecplot::toolbox::Exception
 Base exception class. More...

Defines

#define ThrowException(exception, what)


Define Documentation

#define ThrowException ( exception,
what   ) 

Value:

{ \
    throw exception(what, std::string(__FILE__), __LINE__); \
  }


Generated on Fri Aug 29 11:08:25 2008 for Tecplot by  doxygen 1.5.5