NekUpload.validate.exceptions module

exception NekUpload.validate.exceptions.ExperimentalException(feature_name: str, message='Experimental feature error')[source]

Bases: Exception

Exception 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: Exception

Exception raised for errors in the HDF5 schema.

exception NekUpload.validate.exceptions.HDF5SchemaExistenceException(file: str, message='HDF5 schema error')[source]

Bases: HDF5SchemaException

Exception raised for errors in the HDF5 schema.

exception NekUpload.validate.exceptions.HDF5SchemaExtraDefinitionException(file: str, message='HDF5 schema error')[source]

Bases: HDF5SchemaException

Exception raised for errors in the HDF5 schema.

exception NekUpload.validate.exceptions.HDF5SchemaInconsistentException(file: str, message='HDF5 schema error')[source]

Bases: HDF5SchemaException

Exception raised for errors in the HDF5 schema.

exception NekUpload.validate.exceptions.HDF5SchemaMissingDatasetException(file: str, message='HDF5 schema error')[source]

Bases: HDF5SchemaException

Exception raised for errors in the HDF5 schema.

exception NekUpload.validate.exceptions.HDF5SchemaMissingDefinitionException(file: str, message='HDF5 schema error')[source]

Bases: HDF5SchemaException

Exception raised for errors in the HDF5 schema.

exception NekUpload.validate.exceptions.MissingInputFileException(file: str, message='Input file is missing')[source]

Bases: Exception

Exception raised when the input file is missing.

exception NekUpload.validate.exceptions.MissingOutputFileException(file: str, message='Output file is missing')[source]

Bases: Exception

Exception raised when the output file is missing.

exception NekUpload.validate.exceptions.OutputFileException(file: str, message='Geometry file error')[source]

Bases: Exception

exception NekUpload.validate.exceptions.SessionFileException(file: str, message='Geometry file error')[source]

Bases: Exception

exception NekUpload.validate.exceptions.XMLSchemaException(file: str, schema_error_log: List[_LogEntry], message='Error in the XML schema')[source]

Bases: Exception

Exception raised for errors in the XML schema.