| 
    EMANE
    1.2.1
    
   | 
 
AnyException is thrown when an exception occurs during creation or conversion of an Any. More...
#include <anyexception.h>
  
 Public Member Functions | |
| AnyException (const std::string &sDescription={}) | |
| ~AnyException () throw () | |
| const char * | what () const throw () | 
| virtual const char * | type () const throw () | 
AnyException is thrown when an exception occurs during creation or conversion of an Any.
Definition at line 46 of file anyexception.h.
      
  | 
  inline | 
Definition at line 49 of file anyexception.h.
      
  | 
  inline | |||||||||||||
Definition at line 52 of file anyexception.h.
      
  | 
  inlinevirtualinherited | |||||||||||||
Gets the exception type name
Definition at line 72 of file exception.h.
      
  | 
  inlineinherited | |||||||||||||
Gets the exception description
Definition at line 62 of file exception.h.