Class QRBillGenerationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.codecrete.qrbill.generator.QRBillGenerationException
All Implemented Interfaces:
Serializable

public class QRBillGenerationException extends RuntimeException
Exception thrown if the bill could not be generated.

If the bill data is not valid, a QRBillValidationError exception is thrown instead.

See Also:
  • Constructor Details

    • QRBillGenerationException

      public QRBillGenerationException(String message)
      Constructs a new runtime exception with the specified detail message.
      Parameters:
      message - detail message
    • QRBillGenerationException

      public QRBillGenerationException(Throwable cause)
      Constructs a new runtime exception with the specified cause.
      Parameters:
      cause - cause
    • QRBillGenerationException

      public QRBillGenerationException(String message, Throwable cause)
      Constructs a new runtime exception with the specified detail message and cause.
      Parameters:
      message - detail message
      cause - cause