barcodeexception-ag凯发旗舰厅
com.spire.doc.fields.barcode.implementation.generator
class barcodeexception
java.lang.object
java.lang.throwable
java.lang.exception
java.lang.runtimeexception
com.spire.ms.system.exception
com.spire.doc.fields.barcode.implementation.generator.barcodeexception
- direct known subclasses:
- invalidcodeexception
public class barcodeexception
- extends com.spire.ms.system.exception
represents the exception for creating barcode image.
- see also:
- serialized form
barcodeexception
public barcodeexception()
- initilize an instance of
barcodeexception
class
barcodeexception
public barcodeexception(java.lang.string message)
- initilize an instance of
barcodeexception
class with specified error message.
- parameters:
message
- the error message of the exception.
barcodeexception
public barcodeexception(java.lang.string message,
java.lang.exception innerexception)
- initilize an instance of
barcodeexception
class with the specified error message and the current exception.
- parameters:
message
- the error message of the exception.innerexception
- the current exception is thrown.