Package com.adobe.xmp
Class XMPException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.adobe.xmp.XMPException
-
- All Implemented Interfaces:
java.io.Serializable
public class XMPException extends java.lang.ExceptionThis exception wraps all errors that occur in the XMP Toolkit.- Since:
- 16.02.2006
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor 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 aThrowable
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetErrorCode()
-
-
-
Constructor Detail
-
XMPException
public XMPException(java.lang.String message, int errorCode)Constructs an exception with a message and an error code.- Parameters:
message- the messageerrorCode- the error code
-
XMPException
public XMPException(java.lang.String message, int errorCode, java.lang.Throwable t)Constructs an exception with a message, an error code and aThrowable- Parameters:
message- the error message.errorCode- the error codet- the exception source
-
-