Home
last modified time | relevance | path

Searched defs:CException (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/electricsheep/electricsheep-37ba0fd692d6581f8fe009ed11c9650cd8174123/client_generic/Common/
H A DException.h39 CException( const char *_sz, const char *_szFile, const uint32 _line ) in CException() function
46 CException( const std::string &_s, const char * const _szFile, const uint32 _line ) in CException() function
/dports/www/limesurvey/limesurvey/framework/base/
H A DCException.php18 class CException extends Exception class
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/base/
H A DCException.php19 class CException extends Exception class
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/corelib/
H A Dncbiexpt.cpp169 CException::CException(const CDiagCompileInfo& info, in CException() function in CException
192 CException::CException(const CDiagCompileInfo& info, in CException() function in CException
214 CException::CException(const CDiagCompileInfo& info, in CException() function in CException
238 CException::CException(const CException& other) in CException() function in CException
244 CException::CException(void) in CException() function in CException
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/corelib/
H A Dncbiexpt.cpp169 CException::CException(const CDiagCompileInfo& info, in CException() function in CException
192 CException::CException(const CDiagCompileInfo& info, in CException() function in CException
214 CException::CException(const CDiagCompileInfo& info, in CException() function in CException
238 CException::CException(const CException& other) in CException() function in CException
244 CException::CException(void) in CException() function in CException
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Compress/
H A DImplodeDecoder.cpp12 class CException class
19 CException(ECauseType cause): m_Cause(cause) {} in CException() function in NCompress::NImplode::NDecoder::CException
/dports/irc/znc/znc-1.8.2/include/znc/
H A DUtils.h120 CException(EType e) : m_eType(e) {} in CException() function
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/corelib/
H A Dncbiexpt.hpp876 class NCBI_XNCBI_EXPORT CException : public std::exception class
H A Dncbidiag.hpp972 const CNcbiDiag& Put(const CException*, const X& x) const { in Put() argument
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/corelib/
H A Dncbiexpt.hpp876 class NCBI_XNCBI_EXPORT CException : public std::exception class
H A Dncbidiag.hpp972 const CNcbiDiag& Put(const CException*, const X& x) const { in Put() argument
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/validator/
H A Dvalidatorp.cpp1082 } catch (const CException ) { ; } in Validate() local