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