ML Reference
|
Derived class. This exception usually denotes programming errors. More...
#include <mlAbstractPersistenceStream.h>
Public Member Functions | |
PersistenceStreamInternalError (const std::string &msg) | |
![]() | |
virtual | ~PersistenceStreamException () |
ErrorType | getErrorType () const |
Returns exception subtype. More... | |
virtual std::string | getMessage () const |
Returns error message. More... | |
Additional Inherited Members | |
![]() | |
enum | ErrorType { IOError , FormatError , InternalError } |
Subtypes of this exception. More... | |
![]() | |
PersistenceStreamException (ErrorType type, const std::string &msg) | |
This is set to protected, because you should not create instances of the base class. More... | |
![]() | |
ErrorType | _type |
std::string | _msg |
Derived class. This exception usually denotes programming errors.
Definition at line 434 of file mlAbstractPersistenceStream.h.
|
inline |
Definition at line 437 of file mlAbstractPersistenceStream.h.