ansys.materials.manager._models._common._exceptions
#
Module Contents#
- exception ansys.materials.manager._models._common._exceptions.ModelValidationException(message: str)#
Bases:
Exception
Provides the exception thrown if pre-flight verification fails.
Throwing an exception indicates that the provided model state is invalid.
Create an instance of the
ModelValidationException
class.- Parameters:
- message: str
Text to display for the exception.