Aspose.Barcode for Python via Java Generation and Recognition API docs
|
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 | |
Represents the exception for creating barcode image.
None __init__ | ( | self, | |
Union[str, Exception] | exc | ||
) |
Initializes a new instance of the BarCodeException class with specified error message.
Optional[str] getMessage | ( | self | ) |
Gets message.
|
static |
None setMessage | ( | self, | |
str | message | ||
) |
Sets message.
message |