NekUpload.validate.exceptions module
- exception NekUpload.validate.exceptions.ExperimentalException(feature_name: str, message='Experimental feature error')[source]
Bases:
ExceptionException raised for experimental feature errors.
- exception NekUpload.validate.exceptions.GeometryFileException(file: str, message='Geometry file error')[source]
Bases:
Exception
- exception NekUpload.validate.exceptions.HDF5SchemaException(file: str, message='HDF5 schema error')[source]
Bases:
ExceptionException raised for errors in the HDF5 schema.
- exception NekUpload.validate.exceptions.HDF5SchemaExistenceException(file: str, message='HDF5 schema error')[source]
Bases:
HDF5SchemaExceptionException raised for errors in the HDF5 schema.
- exception NekUpload.validate.exceptions.HDF5SchemaExtraDefinitionException(file: str, message='HDF5 schema error')[source]
Bases:
HDF5SchemaExceptionException raised for errors in the HDF5 schema.
- exception NekUpload.validate.exceptions.HDF5SchemaInconsistentException(file: str, message='HDF5 schema error')[source]
Bases:
HDF5SchemaExceptionException raised for errors in the HDF5 schema.
- exception NekUpload.validate.exceptions.HDF5SchemaMissingDatasetException(file: str, message='HDF5 schema error')[source]
Bases:
HDF5SchemaExceptionException raised for errors in the HDF5 schema.
- exception NekUpload.validate.exceptions.HDF5SchemaMissingDefinitionException(file: str, message='HDF5 schema error')[source]
Bases:
HDF5SchemaExceptionException raised for errors in the HDF5 schema.
- exception NekUpload.validate.exceptions.MissingInputFileException(file: str, message='Input file is missing')[source]
Bases:
ExceptionException raised when the input file is missing.
- exception NekUpload.validate.exceptions.MissingOutputFileException(file: str, message='Output file is missing')[source]
Bases:
ExceptionException raised when the output file is missing.
- exception NekUpload.validate.exceptions.OutputFileException(file: str, message='Geometry file error')[source]
Bases:
Exception