public class InvalidCodeException extends BarCodeException
The Exception will be thrown when invalid characters contained in the code text.
| Constructor and Description |
|---|
InvalidCodeException()
Initializes a new instance of the
|
InvalidCodeException(java.lang.String message)
Initializes a new instance of the InvalidCodeException class with a specified error message.
|
public InvalidCodeException()
public InvalidCodeException(java.lang.String message)
message - A String that describes the error.