bluemira.mesh.error

Errors for meshing module

Exceptions

MeshError

Error class for use in the mesh module.

MeshOptionsError

Error class for use with meshing options.

MeshConversionError

Error class for use with mesh conversions.

Module Contents

exception bluemira.mesh.error.MeshError

Bases: bluemira.base.error.BluemiraError

Inheritance diagram of bluemira.mesh.error.MeshError

Error class for use in the mesh module.

exception bluemira.mesh.error.MeshOptionsError

Bases: MeshError

Inheritance diagram of bluemira.mesh.error.MeshOptionsError

Error class for use with meshing options.

exception bluemira.mesh.error.MeshConversionError

Bases: MeshError

Inheritance diagram of bluemira.mesh.error.MeshConversionError

Error class for use with mesh conversions.