JAULA::Name_Duplicated Class Reference
[JAULA: Error handling]

Class for bad object property name exceptions. More...

#include <jaula_name_duplicated.h>

Inheritance diagram for JAULA::Name_Duplicated:

Inheritance graph
[legend]
Collaboration diagram for JAULA::Name_Duplicated:

Collaboration graph
[legend]

Public Member Functions

virtual std::string const & getDetail (void) const
 Retrieves the detailed description for the exception.
std::string const & getName (void) const
 Retrieves the name of the duplicated property.
 Name_Duplicated (std::string const &name="", std::string const &action="", std::string const &origin="")
 Constructor.
Name_Duplicatedoperator= (Name_Duplicated const &orig)
 Assignment operator.
void setName (std::string const &name)
 Establishes the name for the duplicated property.
virtual ~Name_Duplicated ()
 Destructor.

Private Attributes

std::string detail_
std::string name_

Detailed Description

Class for bad object property name exceptions.

This class defines the exceptions to be thrown in case a property name has been used more than once in an object.
Author:
Kombo Morongo <morongo666@gmail.com>


Constructor & Destructor Documentation

JAULA::Name_Duplicated::Name_Duplicated ( std::string const &  name = "",
std::string const &  action = "",
std::string const &  origin = "" 
)

Constructor.

Parameters:
name Invalid object property name (deuplicated).
action action being performed when the exception arose.
origin Name of the method (and others methods that have called this) by the time the exception arose.
Description
This method construct a new exception instance with JAULA::Name_DUPLICATED code.

JAULA::Name_Duplicated::~Name_Duplicated (  )  [virtual]

Destructor.


Member Function Documentation

std::string const & JAULA::Name_Duplicated::getDetail ( void   )  const [virtual]

Retrieves the detailed description for the exception.

Description
This method creates a standard detailed description for the exception based on the duplicated object property name.

Reimplemented from JAULA::Exception.

std::string const & JAULA::Name_Duplicated::getName ( void   )  const

Retrieves the name of the duplicated property.

Name_Duplicated & JAULA::Name_Duplicated::operator= ( Name_Duplicated const &  orig  ) 

Assignment operator.

Parameters:
orig Original instance to copy
Returns:
a reference to the destination instance
Description
Copies the contents of the original instance in the destination.
Note:
This method has been redefined from the base class so the instance type cannot be altered.

void JAULA::Name_Duplicated::setName ( std::string const &  name  ) 

Establishes the name for the duplicated property.

Parameters:
name Name of the object property that launched the exception.


Field Documentation

std::string JAULA::Name_Duplicated::detail_ [private]

workspace where to generate class specific detail

Reimplemented from JAULA::Exception.

std::string JAULA::Name_Duplicated::name_ [private]

Container for the repeated name


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


Back to JAULA Project Documentation Page.

Go to JAULA Project Home Page.


Copyright (c) 2007 Kombo Morongo.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License".

API Reference Generated for jaula by

doxygen

jaula project hosted by

SourceForge.net Logo