Class InvalidCodeException

All Implemented Interfaces:
Serializable

public class InvalidCodeException extends BarCodeException

The Exception will be thrown when invalid characters contained in the code text.

See Also:
  • Constructor Details

    • InvalidCodeException

      public InvalidCodeException()
      Initializes a new instance of the class.
    • InvalidCodeException

      public InvalidCodeException(String message)
      Initializes a new instance of the InvalidCodeException class with a specified error message.
      Parameters:
      message - A String that describes the error.