| 
    Jpp
    16.0.0-rc.1
    
   the software that should make you happy 
   | 
 
General exception. More...
#include <Exception.hh>
  
 Public Member Functions | |
| Exception (const std::string &error) | |
| Constructor.  More... | |
| ~Exception () throw () | |
| Destructor.  More... | |
| virtual const char * | what () const throw () | 
| Get error message.  More... | |
Static Public Member Functions | |
| static std::ostream & | getOstream () | 
| Get output stream for conversion of exception.  More... | |
Private Attributes | |
| const std::string | buffer | 
Friends | |
| std::ostream & | operator<< (std::ostream &out, const Exception &exception) | 
| Print error message of JException.  More... | |
General exception.
Definition at line 13 of file Exception.hh.
      
  | 
  inline | 
      
  | 
  inline | |||||||||||||
      
  | 
  inlinevirtual | |||||||||||||
      
  | 
  inlinestatic | 
Get output stream for conversion of exception.
Note that the ostream is emptied before use.
Definition at line 63 of file Exception.hh.
      
  | 
  friend | 
Print error message of JException.
| out | output stream | 
| exception | exception | 
Definition at line 50 of file Exception.hh.
      
  | 
  private | 
Definition at line 73 of file Exception.hh.
 1.8.5