Uses of Class
de.vwsoft.barcodelib4j.oned.BarcodeException
Packages that use BarcodeException
-
Uses of BarcodeException in de.vwsoft.barcodelib4j.oned
Methods in de.vwsoft.barcodelib4j.oned that throw BarcodeExceptionModifier and TypeMethodDescriptionstatic BarcodeBarcode.newInstance(BarcodeType type, String content, boolean autoComplete, boolean appendOptionalChecksum) Creates a new instance of an implementation of this class that matches the specified barcode type.voidSets the Add-On number for this barcode object.voidabstract voidBarcode.setContent(String content, boolean autoComplete, boolean appendOptionalChecksum) Sets the content to be encoded in the barcode, along with parameters that determine how the content is to be handled.voidImplCodabar.setContent(String content, boolean autoComplete, boolean appendOptionalChecksum) Sets the content to be encoded in the barcode.voidImplCode11.setContent(String content, boolean autoComplete, boolean appendOptionalChecksum) Sets the content to be encoded in the barcode.voidImplCode128.setContent(String content, boolean autoComplete, boolean appendOptionalChecksum) Sets the content to be encoded in the barcode.voidImplCode128A.setContent(String content, boolean autoComplete, boolean appendOptionalChecksum) Sets the content to be encoded in the barcode.voidImplCode128B.setContent(String content, boolean autoComplete, boolean appendOptionalChecksum) Sets the content to be encoded in the barcode.voidImplCode128C.setContent(String content, boolean autoComplete, boolean appendOptionalChecksum) Sets the number to be encoded in the barcode.voidImplCode39.setContent(String content, boolean autoComplete, boolean appendOptionalChecksum) Sets the content to be encoded in the barcode.voidImplCode39E.setContent(String content, boolean autoComplete, boolean appendOptionalChecksum) Sets the content to be encoded in the barcode.voidImplCode93.setContent(String content, boolean autoComplete, boolean appendOptionalChecksum) Sets the content to be encoded in the barcode.voidImplCode93E.setContent(String content, boolean autoComplete, boolean appendOptionalChecksum) Sets the content to be encoded in the barcode.voidImplEAN128.setContent(String content, boolean autoComplete, boolean appendOptionalChecksum) Sets the GS1 data to be encoded in the barcode.voidImplEAN13.setContent(String content, boolean autoComplete, boolean appendOptionalChecksum) Sets the EAN-13 number to be encoded in the barcode.voidImplEAN14.setContent(String content, boolean autoComplete, boolean appendOptionalChecksum) Sets the GTIN number to be encoded in the barcode.voidImplEAN8.setContent(String content, boolean autoComplete, boolean appendOptionalChecksum) Sets the EAN-8 number to be encoded in the barcode.voidImplISBN13.setContent(String content, boolean autoComplete, boolean appendOptionalChecksum) Sets the ISBN-13 number to be encoded in the barcode.voidImplISMN.setContent(String content, boolean autoComplete, boolean appendOptionalChecksum) Sets the ISMN number to be encoded in the barcode.voidImplITF.setContent(String content, boolean autoComplete, boolean appendOptionalChecksum) Sets the number to be encoded in the barcode.voidImplPZN.setContent(String content, boolean autoComplete, boolean appendOptionalChecksum) Sets the content to be encoded in the barcode.voidImplPZN8.setContent(String content, boolean autoComplete, boolean appendOptionalChecksum) Sets the content to be encoded in the barcode.voidImplSSCC18.setContent(String content, boolean autoComplete, boolean appendOptionalChecksum) Sets the SSCC number to be encoded in the barcode.voidImplUPCA.setContent(String content, boolean autoComplete, boolean appendOptionalChecksum) Sets the UPC-A number to be encoded in the barcode.voidImplUPCE.setContent(String content, boolean autoComplete, boolean appendOptionalChecksum) Sets the UPC-E number to be encoded in the barcode.Constructors in de.vwsoft.barcodelib4j.oned that throw BarcodeExceptionModifierConstructorDescriptionGS1Validator(String content, char fnc1Char) Constructs a new instance and validates the specified content.