DexelaDetector API
|
Go to the source code of this file.
Classes | |
class | DexelaException |
This class contains information about any possible error's in the API. In the event of a problem a DexelaException will be thrown. Note: It is suggested that you wrap your code in a try-catch block to ensure that if any errors occur you can detect (and properly handle them) in your code. More... | |
Macros | |
#define | rethrowEr(EX) throw DexelaException(EX,__FUNCTION__);\ |
#define | throwNewEr(MSG, CODE, TRANSER, TRANSMSG) throw DexelaException(MSG,CODE,__LINE__,__FILE__,__FUNCTION__,TRANSER, TRANSMSG);\ |
Generated on Tue Nov 25 2014 10:22:44 for DexelaDetector API by
