lemon/radix_heap.h
changeset 2226 0411ac8a2d87
parent 2050 d9a221218ea4
child 2263 9273fe7d850c
equal deleted inserted replaced
9:7dc23ade4b54 10:7d9469345c8f
    35   /// \see RadixHeap
    35   /// \see RadixHeap
    36   /// \author Balazs Dezso
    36   /// \author Balazs Dezso
    37 
    37 
    38   class UnderFlowPriorityError : public RuntimeError {
    38   class UnderFlowPriorityError : public RuntimeError {
    39   public:
    39   public:
    40     virtual const char* exceptionName() const {
    40     virtual const char* what() const throw() {
    41       return "lemon::UnderFlowPriorityError";
    41       return "lemon::UnderFlowPriorityError";
    42     }  
    42     }  
    43   };
    43   };
    44 
    44 
    45   /// \ingroup auxdata
    45   /// \ingroup auxdata