ImportException

ImportException

Overview

ImportException is a class in Aspose.3D FOSS for Python. Inherits from: Exception.

Exception when Aspose.3D failed to open the specified source.

This class declares 1 method for ImportException objects in Python programs. Available methods include: __init__. All public members are accessible to any Python application after installing the Aspose.3D FOSS for Python package.

Methods

SignatureDescription
__init__(msg: str)Calls init(msg) on this ImportException instance.

See Also