Class BarCodeException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidCodeException

public class BarCodeException extends RuntimeException

Represents the exception for creating barcode image.

See Also:
  • Constructor Details

    • BarCodeException

      public BarCodeException()

      Initializes a new instance of the BarCodeException class.

    • BarCodeException

      public BarCodeException(String message)

      Initializes a new instance of the BarCodeException class with specified error message.

      Parameters:
      message - The error message of the exception.
    • BarCodeException

      public BarCodeException(String message, Exception innerException)

      Initializes a new instance of the BarCodeException class with the specified error message and the current exception.

      Parameters:
      message - The error message of the exception.
      innerException - The current exception is thrown.