Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

CB2::ExceptionNotFound Class Reference

Item not found exception. More...

#include <utils.h>

Inheritance diagram for CB2::ExceptionNotFound:

CB2::Exception CB2::Class List of all members.

Public Member Functions

 ExceptionNotFound ()
 Constructor.

 ExceptionNotFound (const String what)
 Constructor with description.

 ExceptionNotFound (const String what, const int line)
 Constructor with description and line number.

String What () const
 Exception description.


Public Attributes

int tag
 Tag for user-specific data.


Detailed Description

Item not found exception.

This exception is thrown when any method is supposed to find an item which cannot be found.


Constructor & Destructor Documentation

ExceptionNotFound::ExceptionNotFound  ) 
 

Constructor.

Item not found exception without description.

ExceptionNotFound::ExceptionNotFound const String  what  ) 
 

Constructor with description.

Item not found exception with description.

Parameters:
what Exception description.

ExceptionNotFound::ExceptionNotFound const String  what,
const int  line
 

Constructor with description and line number.

Item not found exception with description and line number (in the source code) where the exception occured.

Parameters:
what Exception description.
line Line number.


Member Function Documentation

String Exception::What  )  const [inherited]
 

Exception description.

Returns:
Exception description.


Member Data Documentation

int CB2::Class::tag [inherited]
 

Tag for user-specific data.


The documentation for this class was generated from the following files:
Generated on Thu Sep 16 23:26:49 2004 for ColorBox2 by doxygen 1.3.7