![]() |
C++ API
|
Exception thrown if an invalid object instance method was called. More...
#include <plux.h>
Public Member Functions | |
| InvalidInstance (const String &_info) | |
| String | getDescription (void) const |
| Returns the exception description string. | |
Public Member Functions inherited from Plux::ErrorException | |
| ErrorException (const String &_info) | |
Public Member Functions inherited from Plux::Exception | |
| Exception (const String &_info) | |
Additional Inherited Members | |
Public Attributes inherited from Plux::Exception | |
| String | dbgInfo |
Exception thrown if an invalid object instance method was called.
A BaseDev object instance becomes invalid when it is successfully promoted to a derived class.
|
inlinevirtual |
Returns the exception description string.
Reimplemented from Plux::Exception.