![]() |
ircproxy The Ultimate Cyborg |
#include <exceptions.h>

An object of this class is thrown if the application tries to resolve a target by name but no such target is known.
Definition at line 32 of file exceptions.h.
Public Member Functions | |
| virtual | ~unknown_target () throw () |
| Virtual destructor. | |
| virtual char const * | what (void) const throw () |
| Implementation of std::exception::what(). Returns the error message string. | |
| virtual unknown_target::~unknown_target | ( | ) | throw () [inline, virtual] |
| virtual char const* unknown_target::what | ( | void | ) | const throw () [inline, virtual] |
Implementation of std::exception::what(). Returns the error message string.
Definition at line 37 of file exceptions.h.
| Copyright © 2005-2007 Carlo Wood. All rights reserved. |
|---|