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

Class ParseError

c++/include/orc/Exceptions.hh:40–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 };
39
40 class ParseError : public std::runtime_error {
41 public:
42 explicit ParseError(const std::string& whatArg);
43 explicit ParseError(const char* whatArg);
44 ~ParseError() noexcept override;
45 ParseError(const ParseError&);
46
47 private:
48 ParseError& operator=(const ParseError&);
49 };
50
51 class InvalidArgument : public std::runtime_error {
52 public:

Callers 15

printRawTailFunction · 0.85
TESTFunction · 0.85
getStreamMethod · 0.85
readByteMethod · 0.85
BooleanColumnReaderMethod · 0.85
ByteColumnReaderMethod · 0.85
IntegerColumnReaderMethod · 0.85
TimestampColumnReaderMethod · 0.85
readByteMethod · 0.85
DoubleColumnReaderMethod · 0.85
readFullyFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68