Serializable
public 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, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public XMPException(String message, int errorCode)
message
- the messageerrorCode
- the error codeCopyright © 2018. All rights reserved.