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.
This class provides 2 methods for working with ParseException objects in Java programs.
Available methods include: ParseException.
All public members are accessible to any Java application after installing the Aspose.3D FOSS for Java package.
Methods
| Signature | Description |
|---|---|
ParseException(message: String) | Creates an exception with the specified error message |
ParseException(message: String, cause: Throwable) | Calls ParseException(message, cause) on this ParseException instance. |