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:
Serializable
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 Summary
ConstructorDescriptionQRBillGenerationException
(String message) Constructs a new runtime exception with the specified detail message.QRBillGenerationException
(String message, Throwable cause) Constructs a new runtime exception with the specified detail message and 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
-
Constructor Details
-
QRBillGenerationException
Constructs a new runtime exception with the specified detail message.- Parameters:
message
- detail message
-
QRBillGenerationException
Constructs a new runtime exception with the specified cause.- Parameters:
cause
- cause
-
QRBillGenerationException
Constructs a new runtime exception with the specified detail message and cause.- Parameters:
message
- detail messagecause
- cause
-