barcodeformatexception-ag凯发旗舰厅
com.spire.doc.fields.barcode
class barcodeformatexception
java.lang.object
java.lang.throwable
java.lang.exception
java.lang.runtimeexception
java.lang.illegalstateexception
com.spire.doc.fields.barcode.barcodeformatexception
public class barcodeformatexception
- extends java.lang.illegalstateexception
the exception thrown when the barcode has an incorrect format.
- see also:
- serialized form
barcodeformatexception
public barcodeformatexception()
- creates a new instance of the
class.
creates a new instance of the barcodeformatexception
class.
barcodeformatexception
public barcodeformatexception(java.lang.string message)
- creates a new instance of the
barcodeformatexception
class with the given message.
- parameters:
message
- error message of the exception.
barcodeformatexception
public barcodeformatexception(java.lang.string message,
java.lang.exception innerexception)
- creates a new instance of the
barcodeformatexception
class with the given message and
the given inner exception.
- parameters:
message
- error message of the exception.innerexception
- inner exception.