ParseException

ParseException

Overview

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

ParseException.ParseException creates an exception with the specified error message.

Methods

SignatureDescription
ParseException(message: String)Creates an exception with the specified error message
ParseException(message: String, cause: Throwable)

See Also