exceptions

A module containing different exceptions related to the restart_file subpackage.

Summary

Exceptions:

RestartFileReaderError

Exception raised for errors related to the RestartFileReader class

RestartFileWriterError

Exception raised for errors related to the RestartFileWriter class

Reference

exception RestartFileReaderError[source]

Bases: PQException

Exception raised for errors related to the RestartFileReader class

exception RestartFileWriterError[source]

Bases: PQException

Exception raised for errors related to the RestartFileWriter class