ParseException

ParseException

Overview

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

Exception when Aspose.3D failed to parse the input.

This class declares 1 method for ParseException 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 ParseException instance.

See Also