#include <PsUnallowedOverloadingException.h>
Inheritance diagram for PsUnallowedOverloadingException:


Public Methods | |
| PsUnallowedOverloadingException (const PsName &attributeName, const PsName &objectName) | |
Public Attributes | |
| const PsName & | _attributeName |
| const PsName & | _objectName |
Definition at line 26 of file PsUnallowedOverloadingException.h.
|
||||||||||||
|
Definition at line 22 of file PsUnallowedOverloadingException.cxx. References _attributeName, and _objectName.
00024 : PsException ("Tried to overload an attribute !"), 00025 _attributeName ( attributeName ), 00026 _objectName ( objectName ) 00027 { 00028 *this<<_objectName<<PsString("::")<<_attributeName; 00029 } |
|
|
Definition at line 29 of file PsUnallowedOverloadingException.h. Referenced by PsUnallowedOverloadingException(). |
|
|
Definition at line 30 of file PsUnallowedOverloadingException.h. Referenced by PsUnallowedOverloadingException(). |
| Documentation generated on Mon Nov 25 15:26:31 2002 |
Generated with doxygen 1.2.12 by Dimitri van Heesch , 1997-2001 |