Aspose.BarCode for Python via Java  24.11
Aspose.Barcode for Python via Java Generation and Recognition API docs
BarCodeException Class Reference

Represents the exception for creating barcode image. More...

Inherits Exception.

Public Member Functions

None __init__ (self, Union[str, Exception] exc)
 Initializes a new instance of the BarCodeException class with specified error message. More...
 
Optional[str] getMessage (self)
 Gets message. More...
 
None setMessage (self, str message)
 Sets message. More...
 

Static Public Member Functions

int MAX_LINES ()
 

Public Attributes

 message
 

Detailed Description

Represents the exception for creating barcode image.

Constructor & Destructor Documentation

◆ __init__()

None __init__ (   self,
Union[str, Exception]  exc 
)

Initializes a new instance of the BarCodeException class with specified error message.

Member Function Documentation

◆ getMessage()

Optional[str] getMessage (   self)

Gets message.

◆ MAX_LINES()

int MAX_LINES ( )
static

◆ setMessage()

None setMessage (   self,
str  message 
)

Sets message.

Member Data Documentation

◆ message

message