MCPcopy Create free account
hub / github.com/apache/orc / TimezoneError

Class TimezoneError

c++/src/Timezone.hh:113–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 const std::vector<unsigned char>& b);
112
113 class TimezoneError : public std::runtime_error {
114 public:
115 explicit TimezoneError(const std::string& what);
116 explicit TimezoneError(const TimezoneError&);
117 ~TimezoneError() noexcept override;
118 };
119
120 /**
121 * Represents the parsed POSIX timezone rule strings that are used to

Callers 6

TestTimezone.ccFile · 0.85
TESTFunction · 0.85
throwErrorMethod · 0.85
loadTZDBFunction · 0.85
parseTimeVariantsMethod · 0.85
parseZoneFileMethod · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68