Exception for cast operation.  
 More...
#include <JException.hh>
 | 
| static std::ostream &  | getOstream () | 
|   | Get output stream for conversion of exception.  More...
  | 
|   | 
Exception for cast operation. 
Definition at line 234 of file JException.hh.
 
◆ JCastException()
  
  
      
        
          | JLANG::JCastException::JCastException  | 
          ( | 
          const std::string &  | 
          error | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ what()
  
  
      
        
          | virtual const char* JLANG::JException::what  | 
          ( | 
           | ) | 
           const | 
         
        
          | throw  | ( |  | 
         
        
           | ) |  |  | 
         
       
   | 
  
inlinevirtualinherited   | 
  
 
Get error message. 
- Returns
 - error message 
 
Definition at line 48 of file JException.hh.
 
 
◆ getOstream()
  
  
      
        
          | static std::ostream& JLANG::JException::getOstream  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinestaticinherited   | 
  
 
Get output stream for conversion of exception. 
Note that the ostream is emptied before use.
- Returns
 - ostream 
 
Definition at line 73 of file JException.hh.
   75       static std::ostringstream 
buffer;
 
 
 
 
◆ buffer
  
  
      
        
          | const std::string JLANG::JException::buffer | 
         
       
   | 
  
privateinherited   | 
  
 
 
The documentation for this class was generated from the following file: