exceptions
A module containing different exceptions which could be useful.
Summary
Exceptions:
Base class for enum exceptions if the given enum is not valid |
|
Base class for exceptions in this package. |
|
Exception raised for errors related to the AtomicSystem class |
|
Exception raised for errors related to the AtomicSystem class |
|
Exception raised for errors related to the AtomicSystem class |
|
Exception raised for errors related to the AtomicSystem class |
|
Exception raised for errors related to the AtomicSystem class |
|
Exception raised for errors related to the AtomicSystem class |
|
Base class for warnings in this package. |
Reference
- exception BaseEnumFormatError(
- self,
- value: object,
- enum: object,
Bases:
PQException
Base class for enum exceptions if the given enum is not valid
- Parameters:
value (object) – The value that is not valid.
enum (object) – The enum that is not valid.
- exception PQFileNotFoundError[source]
Bases:
PQException
Exception raised for errors related to the AtomicSystem class
- exception PQIndexError[source]
Bases:
PQException
Exception raised for errors related to the AtomicSystem class
- exception PQKeyError[source]
Bases:
PQException
Exception raised for errors related to the AtomicSystem class
- exception PQNotImplementedError[source]
Bases:
PQException
Exception raised for errors related to the AtomicSystem class
- exception PQTypeError[source]
Bases:
PQException
Exception raised for errors related to the AtomicSystem class
- exception PQValueError[source]
Bases:
PQException
Exception raised for errors related to the AtomicSystem class