Home
last modified time | relevance | path

Searched refs:H5Exception (Results 1 – 25 of 49) sorted by relevance

12

/dports/math/scilab/scilab-6.1.1/scilab/modules/hdf5/src/cpp/
H A DH5File.cpp38 throw H5Exception(__LINE__, __FILE__, _("Invalid hdf5 file: empty filename.")); in init()
121 throw H5Exception(__LINE__, __FILE__, _("Invalid flag.")); in init()
127 throw H5Exception(__LINE__, __FILE__, _("Invalid path: %s"), path.c_str()); in init()
141 catch (const H5Exception & /*e*/) in H5File()
167 catch (const H5Exception & /*e*/) in H5File()
192 catch (const H5Exception & /*e*/) in H5File()
228 catch (const H5Exception & /*e*/) in H5File()
264 throw H5Exception(__LINE__, __FILE__, _("Error in flushing the file.")); in flush()
280 catch (const H5Exception & /*e*/) in getRoot()
346 catch (const H5Exception & /*e*/) in getAccessibleAttribute()
[all …]
H A DHDF5Scilab.cpp171 catch (const H5Exception & /*e*/) in readAttributeData()
188 catch (const H5Exception & /*e*/) in readData()
244 catch (const H5Exception & /*e*/) in readData()
276 catch (const H5Exception & /*e*/) in deleteObject()
291 catch (const H5Exception & /*e*/) in deleteObject()
361 catch (const H5Exception & /*e*/) in getObject()
371 catch (const H5Exception & /*e*/) in getObject()
452 catch (const H5Exception & /*e*/) in createLink()
469 catch (const H5Exception & /*e*/) in createLink()
545 catch (const H5Exception & /*e*/) in copy()
[all …]
H A DH5Dataset.cpp103 throw H5Exception(__LINE__, __FILE__, _("Invalid layout")); in getLayout()
166 catch (const H5Exception & /*e*/) { } in getAccessibleAttribute()
190 throw H5Exception(__LINE__, __FILE__, _("Only %d dimensions."), ndims); in label()
225 catch (const H5Exception & /*e*/) in dump()
303 throw H5Exception(__LINE__, __FILE__, _("Cannot list dataset attributes.")); in ls()
373 throw H5Exception(__LINE__, __FILE__, _("Invalid source space")); in create()
378 throw H5Exception(__LINE__, __FILE__, _("Invalid target space")); in create()
391 throw H5Exception(__LINE__, __FILE__, _("Wrong dimensions.")); in create()
419 catch (const H5Exception & /*e*/) in create()
437 throw H5Exception(__LINE__, __FILE__, _("Invalid target space")); in create()
[all …]
H A DH5Object.cpp143 throw H5Exception(__LINE__, __FILE__, _("Invalid field: %s"), _name.c_str()); in getAccessibleAttribute()
162 throw H5Exception(__LINE__, __FILE__, _("Cannot create a mlist on the stack.")); in createOnScilabStack()
168 throw H5Exception(__LINE__, __FILE__, _("Cannot create a mlist on the stack.")); in createOnScilabStack()
174 throw H5Exception(__LINE__, __FILE__, _("Cannot create a mlist on the stack.")); in createOnScilabStack()
189 throw H5Exception(__LINE__, __FILE__, _("Cannot create a mlist on the stack.")); in createInScilabList()
227 throw H5Exception(__LINE__, __FILE__, _("Cannot list names.")); in getNames()
261 throw H5Exception(__LINE__, __FILE__, _("Unknown HDF5 object")); in getObject()
307 throw H5Exception(__LINE__, __FILE__, _("Invalid HDF5 object")); in getObject()
366 throw H5Exception(__LINE__, __FILE__, _("Invalid HDF5 object")); in getObject()
412 throw H5Exception(__LINE__, __FILE__, _("Cannot list group contents")); in getLinksInfo()
[all …]
H A DH5Attribute.cpp27 throw H5Exception(__LINE__, __FILE__, _("Cannot open attribute: %s"), name.c_str()); in H5Attribute()
33 throw H5Exception(__LINE__, __FILE__, _("Cannot open attribute: %s"), name.c_str()); in H5Attribute()
60 throw H5Exception(__LINE__, __FILE__, _("Cannot get the attribute type")); in getDataType()
71 throw H5Exception(__LINE__, __FILE__, _("Cannot get the attribute dataspace")); in getSpace()
120 catch (const H5Exception & /*e*/) in dump()
192 throw H5Exception(__LINE__, __FILE__, _("Cannot create a new attribute.")); in create()
199 throw H5Exception(__LINE__, __FILE__, _("Cannot write data in the attribute.")); in create()
217 throw H5Exception(__LINE__, __FILE__, _("Cannot copy the attribute")); in copy()
226 throw H5Exception(__LINE__, __FILE__, _("Cannot copy the attribute")); in copy()
247 throw H5Exception(__LINE__, __FILE__, _("Cannot read attribute data.")); in copy()
[all …]
H A DH5DataConverter.cpp29 throw H5Exception(__LINE__, __FILE__, _("Cannot create an hypermatrix on the stack")); in getHypermatrix()
35 throw H5Exception(__LINE__, __FILE__, _("Cannot create an hypermatrix on the stack")); in getHypermatrix()
43 throw H5Exception(__LINE__, __FILE__, _("Cannot create an hypermatrix on the stack")); in getHypermatrix()
52 throw H5Exception(__LINE__, __FILE__, _("Cannot create an hypermatrix on the stack")); in getHypermatrix()
H A DHDF5Scilab.hxx182 throw H5Exception(__LINE__, __FILE__, _("Cannot create a new dataspace.")); in create()
189 catch (const H5Exception & /*e*/) in create()
207 throw H5Exception(__LINE__, __FILE__, _("Invalid target dataspace.")); in create()
229 throw H5Exception(__LINE__, __FILE__, _("Cannot create a new dataspace.")); in create()
252 catch (const H5Exception & /*e*/) in create()
270 catch (const H5Exception & /*e*/) in create()
300 catch (const H5Exception & /*e*/) in createObjectFromStack()
331 throw H5Exception(__LINE__, __FILE__, _("Cannot create the target type.")); in createObjectFromStack()
362 throw H5Exception(__LINE__, __FILE__, _("Incompatible dimensions")); in createObjectFromStack()
396 throw H5Exception(__LINE__, __FILE__, _("Invalid path: %s."), _name); in createObjectFromStack()
[all …]
H A DH5DataFactory.cpp33 throw H5Exception(__LINE__, __FILE__, _("Cannot get the data type")); in getData()
45 catch (const H5Exception & /*e*/) in getData()
117 throw H5Exception(__LINE__, __FILE__, _("Unknown integer datatype.")); in getObjectData()
131 throw H5Exception(__LINE__, __FILE__, _("Unknown floating-point datatype.")); in getObjectData()
157 throw H5Exception(__LINE__, __FILE__, _("Bitfield is too big")); in getObjectData()
227 throw H5Exception(__LINE__, __FILE__, _("Cannot get data from an unknown data type.")); in getObjectData()
230 throw H5Exception(__LINE__, __FILE__, _("Cannot get data from an unknown data type.")); in getObjectData()
303 throw H5Exception(__LINE__, __FILE__, _("Memory to allocate is too big")); in getNativeData()
328 throw H5Exception(__LINE__, __FILE__, _("Cannot allocate memory to get the data")); in getNativeData()
340 throw H5Exception(__LINE__, __FILE__, _("Cannot allocate memory to get the data")); in getNativeData()
[all …]
H A DH5Dataspace.hxx68 throw H5Exception(__LINE__, __FILE__, _("Invalid selection rank.")); in select()
95 throw H5Exception(__LINE__, __FILE__, _("Invalid selection.")); in select()
102 throw H5Exception(__LINE__, __FILE__, _("Invalid selection.")); in select()
119 throw H5Exception(__LINE__, __FILE__, _("Invalid selection.")); in select()
125 throw H5Exception(__LINE__, __FILE__, _("Invalid selection.")); in select()
H A DH5NamedObjectsList.hxx58 throw H5Exception(__LINE__, __FILE__, _("Invalid index at position %d"), i); in H5NamedObjectsList()
188 throw H5Exception(__LINE__, __FILE__, _("Cannot get the number of objects.")); in getSize()
267 throw H5Exception(__LINE__, __FILE__, _("Invalid index: %d."), pos); in getObject()
295 throw H5Exception(__LINE__, __FILE__, _("Cannot get object at position %d."), pos); in getObject()
307 throw H5Exception(__LINE__, __FILE__, _("Invalid name: %s."), name.c_str()); in getObject()
313 throw H5Exception(__LINE__, __FILE__, _("Invalid name: %s."), name.c_str()); in getObject()
321 throw H5Exception(__LINE__, __FILE__, _("Invalid HDF5 object")); in getObject()
H A DH5Exception.hxx38 class H5Exception : public std::exception class
46H5Exception(const int _line, const char * _file, std::string _message, ...) : message(""), file(_f… in H5Exception() function in org_modules_hdf5::H5Exception
58H5Exception(const int _line, const char * _file, const char * _message, ...) : message(""), file(_… in H5Exception() function in org_modules_hdf5::H5Exception
70 virtual ~H5Exception() throw() { } in ~H5Exception()
H A DH5HardLink.cpp31 throw H5Exception(__LINE__, __FILE__, _("Cannot get the link info")); in getLinkedObject()
37 throw H5Exception(__LINE__, __FILE__, _("Cannot get linked object")); in getLinkedObject()
44 catch (const H5Exception & /*e*/) in getLinkedObject()
69 throw H5Exception(__LINE__, __FILE__, _("Cannot create a string on the stack.")); in getAccessibleAttribute()
H A DH5ExternalLink.cpp33 throw H5Exception(__LINE__, __FILE__, _("Cannot get the link info")); in getLinkTargets()
41 throw H5Exception(__LINE__, __FILE__, _("Cannot get the link target")); in getLinkTargets()
50 throw H5Exception(__LINE__, __FILE__, _("Cannot get the link target")); in getLinkTargets()
80 throw H5Exception(__LINE__, __FILE__, _("Cannot create a string on the stack.")); in getAccessibleAttribute()
96 throw H5Exception(__LINE__, __FILE__, _("Cannot create a string on the stack.")); in getAccessibleAttribute()
H A DH5Link.cpp29 throw H5Exception(__LINE__, __FILE__, _("The link %s does not exist."), name.c_str()); in H5Link()
52 throw H5Exception(__LINE__, __FILE__, _("Cannot get the link info")); in getLink()
68 throw H5Exception(__LINE__, __FILE__, _("Invalid link type: %s."), _name); in getLink()
H A DH5SoftLink.cpp31 throw H5Exception(__LINE__, __FILE__, _("Cannot get the link info")); in getLinkValue()
38 throw H5Exception(__LINE__, __FILE__, _("Cannot get the link target")); in getLinkValue()
65 throw H5Exception(__LINE__, __FILE__, _("Cannot create a string on the stack.")); in getAccessibleAttribute()
77 throw H5Exception(__LINE__, __FILE__, _("Cannot create a string on the stack.")); in getAccessibleAttribute()
H A DH5Dataspace.cpp89 … throw H5Exception(__LINE__, __FILE__, _("Unknown dataspace: cannot get its dimensions")); in getDims()
100 throw H5Exception(__LINE__, __FILE__, _("Cannot select all.")); in select()
116 … throw H5Exception(__LINE__, __FILE__, _("Cannot create an array of integer on the stack.")); in getAccessibleAttribute()
127 … throw H5Exception(__LINE__, __FILE__, _("Cannot create an array of integer on the stack.")); in getAccessibleAttribute()
139 throw H5Exception(__LINE__, __FILE__, _("Cannot create a string on the stack.")); in getAccessibleAttribute()
H A DH5Group.cpp33 throw H5Exception(__LINE__, __FILE__, _("Cannot open the group %s."), name.c_str()); in init()
103 throw H5Exception(__LINE__, __FILE__, _("Cannot get the links number")); in getLinksSize()
216 … throw H5Exception(__LINE__, __FILE__, _("Cannot create a column of strings on the stack.")); in getAccessibleAttribute()
229 catch (const H5Exception & /*e*/) { } in getAccessibleAttribute()
244 throw H5Exception(__LINE__, __FILE__, _("Cannot list group links.")); in ls()
251 throw H5Exception(__LINE__, __FILE__, _("Cannot list group attributes.")); in ls()
323 throw H5Exception(__LINE__, __FILE__, _("Cannot list group contents")); in ls()
468 throw H5Exception(__LINE__, __FILE__, _("The group already exists: %s."), names[i]); in createGroup()
474 throw H5Exception(__LINE__, __FILE__, _("Cannot create the group: %s."), names[i]); in createGroup()
H A DH5GroupsList.cpp34 throw H5Exception(__LINE__, __FILE__, _("Cannot get the number of groups.")); in getSize()
74 …throw H5Exception(__LINE__, __FILE__, _("Invalid index %d: must be between 0 and %d."), pos, size); in getObject()
81 throw H5Exception(__LINE__, __FILE__, _("Cannot get the number of groups.")); in getObject()
H A DH5Data.hxx94 throw H5Exception(__LINE__, __FILE__, in getHypermatrix()
102 throw H5Exception(__LINE__, __FILE__, in getHypermatrix()
111 throw H5Exception(__LINE__, __FILE__, in getHypermatrix()
H A DH5AttributesList.cpp41 throw H5Exception(__LINE__, __FILE__, _("Cannot get the size of attribute list.")); in getSize()
75 …throw H5Exception(__LINE__, __FILE__, _("Invalid index %d: must be between 0 and %d."), pos, size); in getObject()
87 throw H5Exception(__LINE__, __FILE__, _("Cannot open attribute at position %d."), pos); in getObject()
H A DH5Object.hxx174 throw H5Exception(__LINE__, __FILE__, _("Cannot retrieve numeric index.")); in getData()
189 catch (const H5Exception & /*e*/) in getData()
247 throw H5Exception(__LINE__, __FILE__, _("Invalid operation")); in getAccessibleAttribute()
252 throw H5Exception(__LINE__, __FILE__, _("Invalid operation")); in setAccessibleAttribute()
257 throw H5Exception(__LINE__, __FILE__, _("Invalid operation")); in setAccessibleAttribute()
H A DH5Options.hxx63 throw H5Exception(__LINE__, __FILE__, _("Invalid option: must be C or FORTRAN.")); in setOption()
76 throw H5Exception(__LINE__, __FILE__, _("Invalid option: must be C or FORTRAN.")); in setOption()
H A DH5BasicData.hxx47 throw H5Exception(__LINE__, __FILE__, "Cannot allocate memory"); \
64 throw H5Exception(__LINE__, __FILE__, "Cannot allocate memory"); \
139 throw H5Exception(__LINE__, __FILE__, _("Cannot copy data to an empty pointer")); in copyData()
241 throw H5Exception(__LINE__, __FILE__, _("Wrong dimensions.")); in putStringVectorOnStack()
H A DH5ReferenceData.cpp84 throw H5Exception(__LINE__, __FILE__, _("Invalid index.\n")); in getData()
98 throw H5Exception(__LINE__, __FILE__, _("Cannot open object at the given position.")); in getData()
122 throw H5Exception(__LINE__, __FILE__, _("Unknown HDF5 object")); in getData()
238 throw H5Exception(__LINE__, __FILE__, _("Unknown HDF5 object")); in printData()
H A DH5LinksList.cpp31 throw H5Exception(__LINE__, __FILE__, _("Cannot get the number of links.")); in getSize()
54 …throw H5Exception(__LINE__, __FILE__, _("Invalid index %d: must be between 0 and %d."), pos, size); in getObject()

12