Uses of Class
net.webpdf.wsclient.schema.beans.Failure
-
Packages that use Failure Package Description net.webpdf.wsclient.schema.beans -
-
Uses of Failure in net.webpdf.wsclient.schema.beans
Methods in net.webpdf.wsclient.schema.beans that return Failure Modifier and Type Method Description @Nullable FailureDocumentFile. getError()Returns the storedFailure, that was caused by the creation attempt of this document.Methods in net.webpdf.wsclient.schema.beans with parameters of type Failure Modifier and Type Method Description voidDocumentFile. setError(@Nullable Failure error)Sets theFailure, that was caused by the creation of this document.
-