fluidvis
Public Member Functions | List of all members
sx::Exception Class Reference

#include <Exception.h>

Inheritance diagram for sx::Exception:

Public Member Functions

EXL Exception (string message, int type)
 
EXL Exception (string message)
 
EXL Exception ()
 
EXL Exception (const Exception &e)
 
EXL Exceptionoperator= (const Exception &e)
 
EXL void setMessage (string message)
 
EXL string getMessage () const
 
EXL void setType (int type)
 
EXL int getType () const
 

Detailed Description

Exception class

Constructor & Destructor Documentation

EXL sx::Exception::Exception ( string  message,
int  type 
)

constructor

Parameters
messagemessage about the exception
typeof the exception
EXL sx::Exception::Exception ( string  message)

constructor, initializes type with 0

Parameters
messagemessage about the exception
EXL sx::Exception::Exception ( )

constructor, initializes message with "" and type with 0

EXL sx::Exception::Exception ( const Exception e)

copy constructor

Member Function Documentation

EXL string sx::Exception::getMessage ( ) const

getter

EXL int sx::Exception::getType ( ) const

getter

EXL Exception& sx::Exception::operator= ( const Exception e)

assignment operator

EXL void sx::Exception::setMessage ( string  message)

setter

EXL void sx::Exception::setType ( int  type)

setter


The documentation for this class was generated from the following file: