ExportException

ExportException

Overview

ExportException is a class in Aspose.3D FOSS for Java. Inherits from: Exception.

ExportException can be constructed with a message or with a message and a cause to represent errors during export operations.

This class provides 2 methods for working with ExportException objects in Java programs. Available methods include: ExportException. All public members are accessible to any Java application after installing the Aspose.3D FOSS for Java package.

Methods

SignatureDescription
ExportException(message: String)Creates an exception with a message and underlying cause
ExportException(message: String, cause: Throwable)Calls ExportException(message, cause) on this ExportException instance.

See Also

 English