public class XMPException extends Exception
| Constructor and Description |
|---|
XMPException(String message,
int errorCode)
Constructs an exception with a message and an error code.
|
XMPException(String message,
int errorCode,
Throwable t)
Constructs an exception with a message, an error code and a
Throwable |
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic XMPException(String message, int errorCode)
message - the messageerrorCode - the error codeCopyright © 2015–2020 The veraPDF Consortium. All rights reserved.