Class QRBillUnexpectedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class QRBillUnexpectedException
    extends java.lang.RuntimeException
    Exception thrown if the bill could not be generated.
    See Also:
    Serialized Form
    • Constructor Summary

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

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
    • Constructor Detail

      • QRBillUnexpectedException

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

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

        public QRBillUnexpectedException​(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