00001 00006 /*----------------------------------------------------------------------------*/ 00007 /* C Tool Box: Designed and implemented by: */ 00008 /* Walter F.J. Mueller Gesellschaft fuer Schwerionenforschung (GSI) */ 00009 /* Planckstrasse 1, D-64291 Darmstadt, Germany */ 00010 /* Email: W.F.J.Mueller@gsi.de */ 00011 /* WWW: http://www-kp3.gsi.de/www/kp3/people/mueller.html */ 00012 /*------------------------------------------+---------------------------------*/ 00013 00019 //------------------------------------------+----------------------------------- 00021 00022 inline CTBexceptionBugcheck::CTBexceptionBugcheck() 00023 : CTBexception("CTBexceptionBugcheck") 00024 {} 00025 00026 //------------------------------------------+----------------------------------- 00028 00029 inline CTBexceptionBugcheck::CTBexceptionBugcheck(const char* c_message, 00030 const char* c_module) 00031 : CTBexception("CTBexceptionBugcheck", c_message, c_module) 00032 {} 00033