UtilityException
The UtilityException class represents an exception that can be thrown by the Dynamsoft Utility module. This class extends CoreException and provides specific error handling for utility operations.
Definition
Package: com.dynamsoft.utility
public class UtilityException extends CoreException
Inheritance
UtilityException -> CoreException
Inherited Members
Since UtilityException extends CoreException, it inherits all the properties and methods from the parent class, including:
getErrorCode()- Returns the error code.getErrorString()- Returns the error string.