Exception.h File Reference

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

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 Tue Mar 12 02:24:39 2013 for Tecplot by  doxygen 1.5.5