Anaphe Home Page Reference Documentation

Main Page     Namespaces     Classes     Source Code    

HTLExceptions.h

Go to the documentation of this file.
00001 #ifndef _HTLEXCEPTIONS_H
00002 #define _HTLEXCEPTIONS_H
00003 
00004 #ifdef HTL_USE_EXCEPTIONS
00005 namespace HTLExceptions {
00006   class WrongBinning {};
00007   class WrongLimits : public WrongBinning {};
00008   class WrongBins : public WrongBinning {};  
00009   class IncompatiblePartition : public WrongBinning {};  
00010   class NotEnoughPoints : public WrongBinning {};  
00011 }
00012 #endif //HTL_USE_EXCEPTIONS
00013 
00014 #endif


Anaphe documentation generated by Doxygen (www.doxygen.org)