Package net.codecrete.qrbill.generator
Class QRBillGenerationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.codecrete.qrbill.generator.QRBillGenerationException
-
- All Implemented Interfaces:
java.io.Serializable
public class QRBillGenerationException extends java.lang.RuntimeExceptionException thrown if the bill could not be generated.If the bill data is not valid, a
QRBillValidationErrorexception 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.
-
-
-
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 messagecause- cause
-
-