public class BarCodeException
extends java.lang.Exception
Represents the exception for creating com.aspose.barcode image.
Constructor and Description |
---|
BarCodeException()
Initilize an instance of
BarCodeExceptionBarCodeException class
|
BarCodeException(java.lang.String message)
Initilize an instance of
BarCodeExceptionBarCodeException class with specified error message. |
BarCodeException(java.lang.String message,
java.lang.Exception innerException)
Initilize an instance of
BarCodeExceptionBarCodeException class with the specified error message and the current exception. |
public BarCodeException()
Initilize an instance of BarCodeExceptionBarCodeException
class
public BarCodeException(java.lang.String message)
Initilize an instance of BarCodeExceptionBarCodeException
class with specified error message.
message
- The error message of the exception.public BarCodeException(java.lang.String message, java.lang.Exception innerException)
Initilize an instance of BarCodeExceptionBarCodeException
class with the specified error message and the current exception.
message
- The error message of the exception.innerException
- The current exception is thrown.