Aspose.Barcode for Python via Java Generation and Recognition API docs

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

Inherits Exception.

Public Member Functions

def __init__ (self, exc)
 Initializes a new instance of the BarCodeException class with specified error message. More...
 
def setMessage (self, message)
 Sets message. More...
 
def getMessage (self)
 Gets message. More...
 

Static Public Member Functions

def MAX_LINES ()
 

Public Attributes

 message
 

Detailed Description

Represents the exception for creating barcode image.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  exc 
)

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

Member Function Documentation

◆ getMessage()

def getMessage (   self)

Gets message.

◆ MAX_LINES()

def MAX_LINES ( )
static

◆ setMessage()

def setMessage (   self,
  message 
)

Sets message.

Member Data Documentation

◆ message

message