public class InvoiceAppendError extends RuntimeException
The Invoice Append Runtime Exception is thrown whenever something goes wrong during the invoice to PDF appending process.
| Constructor and Description |
|---|
InvoiceAppendError(String msg)
Instantiates a new invoice append error.
|
InvoiceAppendError(String msg,
Throwable e)
Instantiates a new invoice append error.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvoiceAppendError(String msg)
Instantiates a new invoice append error.
msg - the messagepublic InvoiceAppendError(String msg, Throwable e)
Instantiates a new invoice append error.
msg - the messagee - the eCopyright © 2014-2016 Konik.io. All Rights Reserved.