exceptions¶
py4vasp.exceptions Package¶
Deals with the possible exceptions in py4vasp.
The design goal is that all foreseeable exceptions in py4vasp issue an exception of the Py4VaspException class. Any other kind of exception would indicate a bug in the code. If possible the part standard users interact with should not raise any exception, but should give advice on how to overcome the issue.
Classes¶
Exception raised when error occurs during accessing the HDF5 file. |
|
The user provided input is not suitable for processing |
|
Exception raised when certain data is not present, because the corresponding Incar flags have not been set. |
|
Exception raised when a function is called that is not implemented. |
|
Exception raised when the py4vasp features used are not available in the used version of Vasp. |
|
Base class for all exceptions raised by py4vasp |
|
When refining the raw dataclass into the class handling e.g. |
|
Exception raised when an error occured in the user interface. |