class CloneException

A clone exception is thrown by the default clone implementation of the object class

Inheritance:


Public Methods

[more] CloneException(const object* src)
[more] CloneException(const CloneException& src)
[more]const object* getSource() const
Returns the object that generated the exception
[more] ~CloneException()


Inherited from DEVSException:

Public Methods

oconst char* getError() const

Protected Fields

ocstr errmsg


Documentation

A clone exception is thrown by the default clone implementation of the object class
o CloneException(const object* src)

o CloneException(const CloneException& src)

oconst object* getSource() const
Returns the object that generated the exception

o ~CloneException()


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.