TerraLib 4.1
TeException Class Reference

Provides a class for handling exceptions on Terralib. More...

#include <TeException.h>

List of all members.

Public Member Functions

 TeException (TeErrorType msgCode, const string &userText="", bool hasErrno=false)
virtual ~TeException ()
string message () const
TeErrorType code () const

Protected Attributes

TeErrorType msgCode_
 code associated with TeException
string userText_
 message associated with TeException

Detailed Description


Constructor & Destructor Documentation

TeException::TeException ( TeErrorType  msgCode,
const string userText = "",
bool  hasErrno = false 
)
virtual TeException::~TeException ( ) [inline, virtual]

Member Function Documentation

TeErrorType TeException::code ( ) const

Member Data Documentation

code associated with TeException

message associated with TeException


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines