|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.adobe.xmp.XMPException
public class XMPException
This exception wraps all errors that occur in the XMP Toolkit.
| Constructor Summary | |
|---|---|
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 |
|
| Method Summary | |
|---|---|
int |
getErrorCode()
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public XMPException(java.lang.String message,
int errorCode)
message - the messageerrorCode - the error code
public XMPException(java.lang.String message,
int errorCode,
java.lang.Throwable t)
Throwable
message - the error message.errorCode - the error codet - the exception source| Method Detail |
|---|
public int getErrorCode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||