public class BarCodeException
extends java.lang.RuntimeException
Represents the exception for creating barcode image.
| Constructor and Description |
|---|
BarCodeException()
Initializes a new instance of the BarCodeException class.
|
BarCodeException(java.lang.String message)
Initializes a new instance of the BarCodeException class with specified error message.
|
BarCodeException(java.lang.String message,
java.lang.Exception innerException)
Initializes a new instance of the BarCodeException class with the specified error message and the current exception.
|
public BarCodeException()
Initializes a new instance of the BarCodeException class.
public BarCodeException(java.lang.String message)
Initializes a new instance of the BarCodeException class with specified error message.
message - The error message of the exception.public BarCodeException(java.lang.String message,
java.lang.Exception innerException)
Initializes a new instance of the BarCodeException class with the specified error message and the current exception.
message - The error message of the exception.innerException - The current exception is thrown.