Uses of Class
net.webpdf.wsclient.schema.stubs.OCRFaultInfo
-
Packages that use OCRFaultInfo Package Description net.webpdf.wsclient.schema.stubs -
-
Uses of OCRFaultInfo in net.webpdf.wsclient.schema.stubs
Methods in net.webpdf.wsclient.schema.stubs that return OCRFaultInfo Modifier and Type Method Description @NotNull OCRFaultInfoOCRWebServiceException. getFaultInfo()Returns the fault info object of this exception, containing more detailed information about theOCRWebServiceException, that occurred on the server side.Constructors in net.webpdf.wsclient.schema.stubs with parameters of type OCRFaultInfo Constructor Description OCRWebServiceException(@Nullable String message, @NotNull OCRFaultInfo faultInfo)Collects information concerning a webPDFOCRWebServiceException, that has been encountered, while calling a webPDF webservice.OCRWebServiceException(@Nullable String message, @NotNull OCRFaultInfo faultInfo, @Nullable Throwable cause)Collects information concerning a webPDFOCRWebServiceException, that has been encountered, while calling a webPDF webservice.
-