public class InvoiceExtractionError extends RuntimeException
Is thrown whenever there is an error during extraction of the attachment from a PDF.
| Constructor and Description |
|---|
InvoiceExtractionError(String msg)
Instantiates a new invoice extraction error.
|
InvoiceExtractionError(String msg,
Throwable e)
Instantiates a new invoice extraction error.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvoiceExtractionError(String msg)
Instantiates a new invoice extraction error.
msg - the messagepublic InvoiceExtractionError(String msg, Throwable e)
Instantiates a new invoice extraction error.
msg - the messagee - the eCopyright © 2014-2016 Konik.io. All Rights Reserved.