public class XMPException
extends java.lang.Exception
| Constructor and Description |
|---|
XMPException(java.lang.String message,
int errorCode)
Constructs an exception with a message and an error code.
|
XMPException(java.lang.String message,
int errorCode,
java.lang.Throwable t)
Constructs an exception with a message, an error code and a
Throwable |
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode() |
public XMPException(java.lang.String message,
int errorCode)
message - the messageerrorCode - the error codepublic XMPException(java.lang.String message,
int errorCode,
java.lang.Throwable t)
Throwablemessage - the error message.errorCode - the error codet - the exception source"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"