General IO exception class. More...
  #include <pcl/io/io_exception.h>
  
  
  
  
  
  
  
   
  
  
   General IO exception class.
   Definition at line 62 of file io_exception.h.
   
   
  IOException()
  
   
    
     
      
       
        | pcl::io::IOException::IOException | 
        ( | 
        const std::string & | 
        function_name, | 
       
       
         | 
         | 
        const std::string & | 
        file_name, | 
       
       
         | 
         | 
        unsigned | 
        line_number, | 
       
       
         | 
         | 
        const std::string & | 
        message | 
       
       
         | 
        ) | 
         | 
         | 
       
      
     
     
    
   
    
  ~IOException()
  
   
    
     
      
       
        
         
          
           
            | pcl::io::IOException::~IOException | 
            ( | 
             | 
            ) | 
             | 
            
          
           | 
        overridenoexcept | 
       
      
     
     
    
   
   
   
   
  getFileName()
  
   
    
     
      
       
        | const std::string& pcl::io::IOException::getFileName | 
        ( | 
         | 
        ) | 
        const | 
       
      
     
     
    
   
   
    
  getFunctionName()
  
   
    
     
      
       
        | const std::string& pcl::io::IOException::getFunctionName | 
        ( | 
         | 
        ) | 
        const | 
       
      
     
     
    
   
   
    
  getLineNumber()
  
   
    
     
      
       
        | unsigned pcl::io::IOException::getLineNumber | 
        ( | 
         | 
        ) | 
        const | 
       
      
     
     
    
   
   
    
  operator=()
   
  what()
  
   
    
     
      
       
        
         
          
           
            | const char* pcl::io::IOException::what | 
            ( | 
             | 
            ) | 
            const | 
            
           
            | throw | 
            ( | 
             | 
            
           
             | 
            ) | 
             | 
             | 
            
          
           | 
        override | 
       
      
     
     
    
   
   
   
   
  file_name_
  
   
    
     
      
       
        
         
          
           
            | std::string pcl::io::IOException::file_name_ | 
            
          
           | 
        protected | 
       
      
     
     
    
   
    
  function_name_
  
   
    
     
      
       
        
         
          
           
            | std::string pcl::io::IOException::function_name_ | 
            
          
           | 
        protected | 
       
      
     
     
    
   
    
  line_number_
  
   
    
     
      
       
        
         
          
           
            | unsigned pcl::io::IOException::line_number_ | 
            
          
           | 
        protected | 
       
      
     
     
    
   
    
  message_
  
   
    
     
      
       
        
         
          
           
            | std::string pcl::io::IOException::message_ | 
            
          
           | 
        protected | 
       
      
     
     
    
   
    
  message_long_
  
   
    
     
      
       
        
         
          
           
            | std::string pcl::io::IOException::message_long_ | 
            
          
           | 
        protected | 
       
      
     
     
    
   
   
  
The documentation for this class was generated from the following file: