Class QRBillGenerationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class QRBillGenerationException
    extends java.lang.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:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      QRBillGenerationException​(java.lang.String message)
      Constructs a new runtime exception with the specified detail message.
      QRBillGenerationException​(java.lang.String message, java.lang.Throwable cause)
      Constructs a new runtime exception with the specified detail message and cause.
      QRBillGenerationException​(java.lang.Throwable cause)
      Constructs a new runtime exception with the specified cause.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • QRBillGenerationException

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

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

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