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