MeVisLab Toolbox Reference
ml::PersistenceStreamFormatException Class Reference

Derived class. More...

#include <mlAbstractPersistenceStream.h>

Inheritance diagram for ml::PersistenceStreamFormatException:
ml::PersistenceStreamException

Public Member Functions

 PersistenceStreamFormatException (const std::string &msg)
 
- Public Member Functions inherited from ml::PersistenceStreamException
virtual ~PersistenceStreamException ()
 
ErrorType getErrorType () const
 get exception sub-type More...
 
virtual std::string getMessage () const
 get error message More...
 

Additional Inherited Members

- Public Types inherited from ml::PersistenceStreamException
enum  ErrorType { IOError , FormatError , InternalError }
 sub types of this exception More...
 
- Protected Member Functions inherited from ml::PersistenceStreamException
 PersistenceStreamException (ErrorType type, const std::string &msg)
 you shouldn't create instances of the base class... More...
 
- Protected Attributes inherited from ml::PersistenceStreamException
ErrorType _type
 
std::string _msg
 

Detailed Description

Derived class.

This exception usually denotes errors that can not be fixed by the user, e.g. because there is an syntax error in the saved file.

Definition at line 426 of file mlAbstractPersistenceStream.h.

Constructor & Destructor Documentation

◆ PersistenceStreamFormatException()

ml::PersistenceStreamFormatException::PersistenceStreamFormatException ( const std::string &  msg)
inline

Definition at line 429 of file mlAbstractPersistenceStream.h.


The documentation for this class was generated from the following file: