ircproxy  The Ultimate Cyborg

unknown_target Class Reference

#include <exceptions.h>

Inheritance diagram for unknown_target:

List of all members.


Detailed Description

An exception class.

An object of this class is thrown if the application tries to resolve a target by name but no such target is known.

See also:
Target::get_joined_nick, Target::serverside_get_nick, Target::serverside_get_channel, Target::clientside_get_channel, Target::clientside_get_nick

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.

Constructor & Destructor Documentation

virtual unknown_target::~unknown_target (  )  throw () [inline, virtual]

Virtual destructor.

Definition at line 35 of file exceptions.h.

00035 { }


Member Function Documentation

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.

00037 { return "unknown_target"; }


The documentation for this class was generated from the following file:

Copyright © 2005-2007 Carlo Wood.  All rights reserved.