IncompatibleTypesException
#
- exception ansys.tools.variableinterop.exceptions.IncompatibleTypesException(from_type: ansys.tools.variableinterop.variable_type.VariableType | str, to_type: ansys.tools.variableinterop.variable_type.VariableType | str)#
Bases:
BaseException
Indicates that the types used in a conversion are incompatible.
Overview#
Import detail#
from ansys.tools.variableinterop.exceptions import IncompatibleTypesException
Attribute detail#
- IncompatibleTypesException.from_type: ansys.tools.variableinterop.variable_type.VariableType | None#
- IncompatibleTypesException.to_type: ansys.tools.variableinterop.variable_type.VariableType | None#