Скачиваний:
14
Добавлен:
01.05.2014
Размер:
987 б
Скачать
// Copyright (C) 1991 - 1999 Rational Software Corporation

#if defined (_MSC_VER) && (_MSC_VER >= 1000)
#pragma once
#endif
#ifndef _INC_VERTEXNOTFOUNDEXCEPTION_471F7FBF03D8_INCLUDED
#define _INC_VERTEXNOTFOUNDEXCEPTION_471F7FBF03D8_INCLUDED
//////////////////////////////////////////////////////////////////////////
#include "GraphException.h"
//////////////////////////////////////////////////////////////////////////

class VertexNotFoundException 
: public GraphException
{
public:
    //получить информацию об исключении
    
    virtual string getException();

    //вывести информацию об исключении в консоль
    
    virtual void printException();

    
    VertexNotFoundException(string message);

    
    virtual const string& get__description() const;

	
    virtual const string getName() const;
};
//////////////////////////////////////////////////////////////////////////
#endif /* _INC_VERTEXNOTFOUNDEXCEPTION_471F7FBF03D8_INCLUDED */
Соседние файлы в папке lab_1