19 #ifndef avro_Exception_hh__    20 #define avro_Exception_hh__    24 #include <boost/format.hpp>    31 class AVRO_DECL 
Exception : 
public virtual std::runtime_error
    36         std::runtime_error(msg)
    40         std::runtime_error( boost::str(msg))
 A bunch of templates and specializations for encoding and decoding specific types. 
Definition: AvroParse.hh:30
 
Wrapper for std::runtime_error that provides convenience constructor for boost::format objects...
Definition: Exception.hh:31