#include <pexception.h>
Inheritance diagram for P::LogicError:

Public Member Functions | |
| LogicError (const char *_what, const SourceInfo &_si) throw () | |
| BaseError * | clone () const |
| Clones the object. | |
Logic errors are thrown whenever a class was used "logically incorrect". Eg. if you try to start a Thread which has already been started.
Definition at line 93 of file pexception.h.
|
||||||||||||
|
Definition at line 95 of file pexception.h. |
|
|
Clones the object. This method returns an exact copy of the exception object.
Reimplemented from P::BaseError. Reimplemented in P::OutOfRangeError. Definition at line 98 of file pexception.h. |
1.3.3