ansys.fluent.core.exceptions#

Custom common higher level exceptions.

Exceptions:

DisallowedValuesError([context, name, ...])

Raised when an argument value is not in the allowed values.

InvalidArgument

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.

__init__(context=None, name=None, allowed_values=None)#
exception ansys.fluent.core.exceptions.InvalidArgument#

Bases: ValueError

Raised when an argument value is inappropriate.