This class represents the exceptions that can be thrown while reading from or writing to the persistence stream.  
 More...
#include <mlAbstractPersistenceStream.h>
This class represents the exceptions that can be thrown while reading from or writing to the persistence stream. 
Definition at line 389 of file mlAbstractPersistenceStream.h.
 
◆ ErrorType
◆ ~PersistenceStreamException()
  
  
      
        
          | virtual ml::PersistenceStreamException::~PersistenceStreamException  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
◆ PersistenceStreamException()
  
  
      
        
          | ml::PersistenceStreamException::PersistenceStreamException  | 
          ( | 
          ErrorType |           type,  | 
         
        
           | 
           | 
          const std::string & |           msg ) | 
         
       
   | 
  
inlineprotected   | 
  
 
 
◆ getErrorType()
  
  
      
        
          | ErrorType ml::PersistenceStreamException::getErrorType  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ getMessage()
  
  
      
        
          | virtual std::string ml::PersistenceStreamException::getMessage  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
◆ _msg
  
  
      
        
          | std::string ml::PersistenceStreamException::_msg | 
         
       
   | 
  
protected   | 
  
 
 
◆ _type
  
  
      
        
          | ErrorType ml::PersistenceStreamException::_type | 
         
       
   | 
  
protected   | 
  
 
 
The documentation for this class was generated from the following file: