barcodeexception-ag凯发旗舰厅



com.spire.doc.fields.barcode.implementation.generator
class barcodeexception

java.lang.object
  extended by java.lang.throwable
      extended by java.lang.exception
          extended by java.lang.runtimeexception
              extended by com.spire.ms.system.exception
                  extended by 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

constructor summary
barcodeexception()
          initilize an instance of barcodeexceptionclass
barcodeexception(java.lang.string message)
          initilize an instance of barcodeexception class with specified error message.
barcodeexception(java.lang.string message, java.lang.exception innerexception)
          initilize an instance of barcodeexceptionclass with the specified error message and the current exception.
 
constructor detail

barcodeexception

public barcodeexception()
initilize an instance of barcodeexceptionclass

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 barcodeexceptionclass with the specified error message and the current exception.
parameters:
message - the error message of the exception.
innerexception - the current exception is thrown.


网站地图