Barcode Xpress for Java v14.0 - Updated
com.accusoft.barcodexpress Package / BarcodeException Class / getNextException Method
In This Topic
    getNextException Method
    In This Topic
    BarcodeReader may throw multiple exceptions at once. Use this member function to explore additional errors thrown during that call.
    Syntax
    public BarcodeException getNextException()

    Return Value

    null if there are no further exceptions, else an additional exception.
    See Also