exceptions#
Custom common higher-level exceptions.
Exceptions:
|
Raised when an argument value is not in the allowed values. |
Raised when an argument value is inappropriate. |
- exception ansys.cfx.core.exceptions.DisallowedValuesError(context: Any | None = None, name: Any | None = None, allowed_values: Any | None = None)#
Bases:
ValueErrorRaised when an argument value is not in the allowed values.
Methods:
__init__([context, name, allowed_values])
- exception ansys.cfx.core.exceptions.InvalidArgument#
Bases:
ValueErrorRaised when an argument value is inappropriate.