include/relpipe/common/RelpipeException.h
branchv_0
changeset 28 71114e5a0b6e
parent 19 2999fca726f3
equal deleted inserted replaced
27:5043b0de5a31 28:71114e5a0b6e
    43 	class RelpipeExceptionInternal;
    43 	class RelpipeExceptionInternal;
    44 	RelpipeExceptionInternal* internal;
    44 	RelpipeExceptionInternal* internal;
    45 public:
    45 public:
    46 	RelpipeException(std::string message);
    46 	RelpipeException(std::string message);
    47 	virtual ~RelpipeException();
    47 	virtual ~RelpipeException();
    48 	virtual std::string getMessge();
    48 	virtual std::string getMessage();
    49 };
    49 };
    50 
    50 
    51 }
    51 }
    52 }
    52 }