hoomd.error
Overview
Raised when data is inaccessible until the simulation is run. |
|
Error when validatimg TypeConverter subclasses fails. |
|
Raised when setting an attribute after a simulation has been run. |
Details
HOOMD Errors.
- exception hoomd.error.DataAccessError(data_name)
Raised when data is inaccessible until the simulation is run.
- __str__()
Returns the error message.
- exception hoomd.error.MutabilityError(attribute_name)
Raised when setting an attribute after a simulation has been run.
- __str__()
Returns the error message.
- exception hoomd.error.TypeConversionError
Error when validatimg TypeConverter subclasses fails.