ansys.fluent.core.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.fluent.core.exceptions.DisallowedValuesError(context=None, name=None, allowed_values=None)#
Bases:
ValueError
Raised when an argument value is not in the allowed values.
Methods:
__init__
([context, name, allowed_values])Initialize DisallowedValuesError.
- __init__(context=None, name=None, allowed_values=None)#
Initialize DisallowedValuesError.
- exception ansys.fluent.core.exceptions.InvalidArgument#
Bases:
ValueError
Raised when an argument value is inappropriate.