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