MCPcopy Create free account
hub / github.com/TileDB-Inc/TileDB / ArraySchemaException

Class ArraySchemaException

tiledb/sm/array_schema/array_schema.cc:72–77  ·  view source on GitHub ↗

Class for locally generated status exceptions. */

Source from the content-addressed store, hash-verified

70
71/** Class for locally generated status exceptions. */
72class ArraySchemaException : public StatusException {
73 public:
74 explicit ArraySchemaException(const std::string& msg)
75 : StatusException("ArraySchema", msg) {
76 }
77};
78
79/* ****************************** */
80/* CONSTRUCTORS & DESTRUCTORS */

Callers 15

ArraySchemaMethod · 0.85
check_webp_filterMethod · 0.85
check_enumerationsMethod · 0.85
array_schema.ccFile · 0.85
add_attributeMethod · 0.85
add_dimension_labelMethod · 0.85
drop_attributeMethod · 0.85
add_enumerationMethod · 0.85
extend_enumerationMethod · 0.85
store_enumerationMethod · 0.85
is_enumeration_loadedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected