Serializablepublic class XMPException extends Exception
| Constructor | 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 | Description |
|---|---|---|
int |
getErrorCode() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic XMPException(String message, int errorCode)
message - the messageerrorCode - the error codeCopyright © 2018. All rights reserved.