barcodeformatexception-ag凯发旗舰厅



com.spire.doc.fields.barcode
class barcodeformatexception

java.lang.object
  extended by java.lang.throwable
      extended by java.lang.exception
          extended by java.lang.runtimeexception
              extended by java.lang.illegalstateexception
                  extended by 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

constructor summary
barcodeformatexception()
          creates a new instance of the class.
barcodeformatexception(java.lang.string message)
          creates a new instance of the barcodeformatexception class with the given message.
barcodeformatexception(java.lang.string message, java.lang.exception innerexception)
          creates a new instance of the barcodeformatexceptionclass with the given message and the given inner exception.
 
constructor detail

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 barcodeformatexceptionclass with the given message and the given inner exception.
parameters:
message - error message of the exception.
innerexception - inner exception.


网站地图