22 #ifndef Exception20100812H
23 #define Exception20100812H
26 #include <google/protobuf/descriptor.h>
34 : std::runtime_error(s)
51 OutOfRangeException(
const std::string& s,
const google::protobuf::FieldDescriptor* field) : std::out_of_range(s), field_(field)
54 const google::protobuf::FieldDescriptor* field()
const {
return field_; }
57 const google::protobuf::FieldDescriptor* field_;