1 #ifndef _SX_EXCEPTION_H_
2 #define _SX_EXCEPTION_H_
8 #include <export/Export.h>
59 EXL Exception(
string message);
70 EXL Exception(
const Exception &e);
75 EXL Exception &operator = (
const Exception &e);
80 EXL
void setMessage(
string message);
85 EXL
string getMessage()
const;
90 EXL
void setType(
int type);
95 EXL
int getType()
const;
Definition: Exception.h:31
parserException
Definition: Exception.h:18
Definition: Exception.h:13