ExportException

ExportException

Overview

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

ExportException.ExportException creates an exception with a given error message.

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

Description

ExportException is a class in the Aspose.3D FOSS library for Java that exposes 0 methods and 0 properties for programmatic use. It extends Exception, inheriting shared functionality from its parent type.

The class offers 2 constructor overloads, allowing flexible initialization depending on the calling context.

Methods

SignatureDescription
ExportException(message: String)Creates an exception with a message and underlying cause
ExportException(message: String, cause: Throwable)

See Also